Changes between Version 13 and Version 14 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 03/21/10 23:58:05 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v13 v14 31 31 * Why do I want to change e.g. "TSPRoundedEuclideanPathEvaluator" in the textbox "Name" when viewing Parameter "Evaluator"? 32 32 * swagner: In a discussion with abeham it was decided to allow name changes for all operators except for selection, crossover and manipulation operators (or any other operators which can be selected in a standard algorithm or problem view). This was implemented in r3034. 33 * `BestKnownTour` is missing as parameter. 34 * swagner: Added import of optimal TSP solutions in r3151. 33 35 * The `ViewHost` menu contains a lot of views which are quite similar. `ItemView` doesn't display anything, should it be selectable? `ParameterView` and `NamedItemView` are very similar. Sometimes there are only very fine differences between the views (e.g. a `ParameterView` and a `NamedItemView`). 34 36 * mkommend: Changed in r2992 as described in ticket #902.