Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/13/10 18:32:07 (14 years ago)
Author:
abeham
Message:

updated Evolution Stratgy #932
StrategyParameters moved completely out of the ES into the encoding and problem, because they are inherently problem specific
The ProblemDimension and a few other parameters of ES were removed
Fixed a few bugs also and added some documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r3280 r3336  
    8787    <Compile Include="Algorithm.cs" />
    8888    <Compile Include="BatchRun.cs" />
     89    <Compile Include="Interfaces\ISelfAdaptiveManipulator.cs" />
     90    <Compile Include="Interfaces\IStrategyParameterCrossover.cs" />
     91    <Compile Include="Interfaces\IStrategyParameterManipulator.cs" />
     92    <Compile Include="Interfaces\IStrategyParameterCreator.cs" />
    8993    <Compile Include="Interfaces\IRun.cs" />
     94    <Compile Include="Interfaces\IStrategyParameterOperator.cs" />
    9095    <Compile Include="OptimizerList.cs" />
    9196    <Compile Include="Experiment.cs" />
Note: See TracChangeset for help on using the changeset viewer.