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.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj

    r3207 r3336  
    103103    <Compile Include="Crossovers\UniformSomePositionsArithmeticCrossover.cs" />
    104104    <Compile Include="HeuristicLabEncodingsRealVectorEncodingPlugin.cs" />
     105    <Compile Include="Interfaces\IRealVectorStrategyParameterManipulator.cs" />
     106    <Compile Include="Interfaces\IRealVectorStrategyParameterCrossover.cs" />
     107    <Compile Include="Interfaces\IRealVectorStrategyParameterCreator.cs" />
     108    <Compile Include="Interfaces\IRealVectorStrategyParameterOperator.cs" />
    105109    <Compile Include="Interfaces\IAdditiveRealVectorMoveOperator.cs" />
    106110    <Compile Include="Interfaces\IRealVectorBoundsChecker.cs" />
     
    108112    <Compile Include="Interfaces\IRealVectorMoveOperator.cs" />
    109113    <Compile Include="Manipulators\NormalAllPositionsManipulator.cs" />
     114    <Compile Include="StrategyParameters\StrategyVectorCreator.cs" />
     115    <Compile Include="StrategyParameters\StrategyVectorCrossover.cs" />
     116    <Compile Include="StrategyParameters\StrategyVectorManipulator.cs" />
    110117    <Compile Include="Moves\AdditiveMoveTabuAttribute.cs" />
    111118    <Compile Include="Moves\AdditiveTabuMoveEvaluator.cs" />
Note: See TracChangeset for help on using the changeset viewer.