Changes between Initial Version and Version 1 of Ticket #1308
- Timestamp:
- 12/01/10 17:15:43 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1308 – Description
initial v1 1 Exception when ´MichalewiczNonUniformOnePositionManipulator´ or ´MichalewiczNonUniformAllPositionsManipulator´ are used in ´MultiRealVectorManipulator´: ''MichalewiczNonUniformOnePositionManipulator: Parameter Iterations could not be found.''1 Exception when `MichalewiczNonUniformOnePositionManipulator` or `MichalewiczNonUniformAllPositionsManipulator` are used in `MultiRealVectorManipulator`: "`MichalewiczNonUniformOnePositionManipulator: Parameter Iterations could not be found.`" 2 2 3 3 Reason: 4 * The ActualName of the parameter ´Iterations´ is not set correctly (only when used in an ´MultiRealVectorManipulator´). The ActualName should be set to ´Generations´.4 * The ActualName of the parameter `Iterations` is not set correctly (only when used in an `MultiRealVectorManipulator`). The ActualName should be set to `Generations`. 5 5 6 6 Steps to reproduce: 7 7 * Create genetic algorithm 8 8 * Add single objective test function as problem 9 * In algorithm parameters select ´MultiRealVectorManipulator´as Mutator9 * In algorithm parameters select `MultiRealVectorManipulator` as Mutator 10 10 * Start the algorithm