Changes between Version 31 and Version 32 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/14/10 23:54:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v31 v32 16 16 === Priority: MEDIUM === 17 17 * 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?20 18 * Would be nice to have paste support (e.g. from Excel) in the datagrid of the string convertible matrix view. 21 19 * Would be nice to be able to view a "scatter plot" of the coordinates. … … 93 91 === Priority: HIGH === 94 92 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 PersistenceExceptionis 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. 97 95 98 96 === Priority: MEDIUM ===