Free cookie consent management tool by TermsFeed Policy Generator

Changeset 99 for trunk/sources


Ignore:
Timestamp:
03/25/08 16:34:08 (16 years ago)
Author:
abeham
Message:

Added sigma self adaptive operators for RealVector problems

Location:
trunk/sources
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ES/HeuristicLab.ES.csproj

    r92 r99  
    6060    </Compile>
    6161    <Compile Include="Properties\AssemblyInfo.cs" />
     62    <Compile Include="SelfAdaptiveMutationStrengthAdjuster.cs" />
    6263    <Compile Include="VariableStrengthRepeatingManipulator.cs" />
    6364  </ItemGroup>
  • trunk/sources/HeuristicLab.RealVector/HeuristicLab.RealVector.csproj

    r86 r99  
    4949    <Compile Include="LocalCrossover.cs" />
    5050    <Compile Include="DiscreteRecombination.cs" />
     51    <Compile Include="SelfAdaptiveDiscreteRecombination.cs" />
     52    <Compile Include="SelfAdaptiveNormalAllPositionsManipulator.cs" />
    5153    <Compile Include="UniformAllPositionsManipulator.cs" />
    5254    <Compile Include="UniformRandomRealVectorGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.