Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/18/15 15:39:21 (9 years ago)
Author:
pfleck
Message:

#2269

  • Added LayerUniformSubScopesProcessor which introduces an intermediate ExecutionContext which translates array-based parameters to single-value parameters.
  • Updated ALPS-OperatorGraph to make usage of the new LayerUniformSubScopesProcessor.
  • Added a temporary operator for calculating number of selected sub scopes because presetting the value during operator parameterization does not work for the new intermediate context.

Note: the change of the PopulationSizeParameter still causes an error when creating a new layer. This will be fixed soon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj

    r11677 r12035  
    9393    <Compile Include="LastSubScopeCloner.cs" />
    9494    <Compile Include="LayerCreator.cs" />
     95    <Compile Include="LayerUniformSubScopesProcessor.cs" />
    9596    <Compile Include="LayerUpdator.cs" />
    9697    <Compile Include="MatingPoolCreator.cs" />
     98    <Compile Include="NumberOfSelectedSubScopesCalculator.cs" />
    9799    <Compile Include="OpenNewLayerCalculator.cs" />
    98100    <Compile Include="MergingReducerCalculator.cs" />
Note: See TracChangeset for help on using the changeset viewer.