Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Ticket #291


Ignore:
Timestamp:
10/08/08 09:49:29 (16 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #291 – Description

    v1 v2  
    66
    77
    8 !SimOptParameterExtractor and !SimOptParameterPacker are changed to extract the parameters in a subscope of their own and update or recreate the parameter vector with the parameters from the subscope. Currently they all operator directly on the parameter vector. This change allows the application of manipulation operators for each parameter type separately, as the paramter now sits in a scope of its own.
     8!SimOptParameterExtractor and !SimOptParameterPacker are changed to extract the parameters in a subscope of their own and update or recreate the parameter vector with the parameters from the subscope. Currently they all operate directly on the parameter vector. This change allows the application of manipulation operators for each parameter type separately, as the parameter now sits in a scope of its own.
    99Crossover is a bit more complicated and one additional operator that prepares the scope structure for ordinary crossover operators is required.
    1010