Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 31 and Version 32 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/14/10 23:54:23 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v31 v32  
    1616=== Priority: MEDIUM ===
    1717 * The TSP problem view:
    18    * Why do I want to change e.g. "TSPRoundedEuclideanPathEvaluator" in the textbox "Name" when viewing Parameter "Evaluator"?
    19      * swagner: It is always allowed to change the name of an operator in order to be able to use more descriptive names when building operator graphs. Of course, this feature is not meaningful for the operator parameters of the TSP. However, as it is a general feature of operators I cannot really remove it for the TSP operators. But maybe this feature is not required for all operators as only some operators (combined operators, placeholders, etc.) need to have a custom name?
    2018   * Would be nice to have paste support (e.g. from Excel) in the datagrid of the string convertible matrix view.
    2119   * Would be nice to be able to view a "scatter plot" of the coordinates.
     
    9391=== Priority: HIGH ===
    9492
    95 * Adding a paramter to a ProgrammableOperator, for example a ValueParameter<DoubleData>, leads to a null-pointer-exception.
    96 * (...) As a follow-up, after aborting adding a parameter to a ProgrammableOperator, a PersistenceException is thrown.
     93 * Adding a paramter to a `ProgrammableOperator`, for example a `ValueParameter<DoubleData>`, leads to a null-pointer-exception.
     94 * (...) As a follow-up, after aborting adding a parameter to a `ProgrammableOperator`, a `PersistenceException` is thrown.
    9795
    9896=== Priority: MEDIUM ===