Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 442 and Version 443 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
05/19/10 12:29:30 (14 years ago)
Author:
mkommend
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v442 v443  
    173173 * Parameter checks should be added to every algorithm. E.g. it should not be possible to start an GA/OSGA with negative or zero population size. Neg. population size results in an !ArithmeticOverflowException in the selection operator, because arrays of negative size could not be allocated.
    174174 * Negative mutation rates or maximum generations do not produce an error, but are meaningless and should IMHO also be checked.
     175 * !LookupParameter: It would be very useful to be able to look up nested parameters, especially when designing user defined algorithms. E.g. A problem parameter (evaluator) defines a parameter which is needed by an operator then there is currently no possibility to get this parameter. The syntax for the actual name of the !LookupParameter could possibly look like "ParentParameter:ChildParameter".
     176
     177=== Priority: MEDIUM ===
     178 * GP Solution: The usage of views for sym reg GP solutions should be improved (e.g. by using tabs).
     179 * Results: Unify naming and spelling of results (e.g. with blank or without, ...). Further more the result Generations should be renamed, e.g. ActualGeneration, Generation, ...
     180
     181=== Priority: LOW ===
     182 * PathTSPTourView: The !ViewHost and group box of the quality value should be removed.
    175183 * The start page does not respect the loading cursor.
    176184   * swagner: This is the default behavior of Windows Forms. The cursor property is not automatically propagated to all child controls. Consequently, the app starting cursor is not shown for example when hovering over the first steps text.
    177 
    178 === Priority: MEDIUM ===
    179  * GP Solution: The usage of views for sym reg GP solutions should be improved (e.g. by using tabs).
    180  * Results: Unify naming and spelling of results (e.g. with blank or without, ...). Further more the result Generations should be renamed, e.g. ActualGeneration, Generation, ...
    181 
    182 === Priority: LOW ===
    183  * PathTSPTourView: The !ViewHost and group box of the quality value should be removed.
    184185----
    185186