Changes between Version 443 and Version 444 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/19/10 14:40:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v443 v444 173 173 * 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. 174 174 * 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 175 177 176 === Priority: MEDIUM ===