Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 6 and Version 7 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
03/15/10 14:22:33 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v6 v7  
    2424     * swagner: Enabled changing values of value parameters in r2948.
    2525   * Why do I want to change e.g. "TSPRoundedEuclideanPathEvaluator" in the textbox "Name" when viewing Parameter "Evaluator"?
    26      * swagner: Restricted name changes of operators to `CombinedOperator`, `Placeholder` and `ProgrammableOperator` in r3024.
     26     * 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.
    2727 * 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`).
    2828   * mkommend: Changed in r2992 as described in ticket #902.