Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Ticket #1308


Ignore:
Timestamp:
12/01/10 17:28:04 (13 years ago)
Author:
abeham
Comment:

That's true and an ugly problem. In order to wire this correctly the MultiRealVectorManipulator would need to translate the parameter. Which means that all Multi(Manipulator|Crossover) operators would need to translate all parameters of all the operators that they hold. This can't be done dynamically because the operator needs to implement the respective interface.

In any case we should fix this in the next release.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1308

    • Property Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.3
  • Ticket #1308 – Description

    v1 v2  
    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: