Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 13 and Version 14 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
03/21/10 23:58:05 (15 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v13 v14  
    3131   * Why do I want to change e.g. "TSPRoundedEuclideanPathEvaluator" in the textbox "Name" when viewing Parameter "Evaluator"?
    3232     * 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.
    3335 * 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`).
    3436   * mkommend: Changed in r2992 as described in ticket #902.