Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1308


Ignore:
Timestamp:
12/01/10 17:15:43 (14 years ago)
Author:
cneumuel
Comment:

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.''
     1Exception when `MichalewiczNonUniformOnePositionManipulator` or `MichalewiczNonUniformAllPositionsManipulator` are used in `MultiRealVectorManipulator`: "`MichalewiczNonUniformOnePositionManipulator: Parameter Iterations could not be found.`"
    22
    33Reason:
    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`.
    55
    66Steps to reproduce:
    77 * Create genetic algorithm
    88 * Add single objective test function as problem
    9  * In algorithm parameters select ´MultiRealVectorManipulator´ as Mutator
     9 * In algorithm parameters select `MultiRealVectorManipulator` as Mutator
    1010 * Start the algorithm