Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9118


Ignore:
Timestamp:
01/07/13 17:22:48 (11 years ago)
Author:
abeham
Message:

#1961: Updated CMA-ES (working version), but no wiring

Location:
branches/CMAES
Files:
5 added
5 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/CMAES/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj

    r9115 r9118  
    163163  </ItemGroup>
    164164  <ItemGroup>
    165     <Compile Include="CMAESOperators\CovarianceMatrixRecombinator.cs" />
    166     <Compile Include="CMAESOperators\CovarianceMatrixStrategyParameters.cs" />
    167     <Compile Include="CMAESOperators\CovarianceMatrixInitializer.cs" />
    168     <Compile Include="CMAESOperators\CovarianceMatrixMutator.cs" />
    169     <Compile Include="CMAESOperators\CovarianceMatrixUpdater.cs" />
     165    <Compile Include="CMAESOperators\CMARecombinator.cs" />
     166    <Compile Include="CMAESOperators\CMAParameters.cs" />
     167    <Compile Include="CMAESOperators\CMAInitializer.cs" />
     168    <Compile Include="CMAESOperators\CMAMutator.cs" />
     169    <Compile Include="CMAESOperators\CMAUpdater.cs" />
    170170    <Compile Include="Interfaces\IRealVectorMultiNeighborhoodShakingOperator.cs" />
    171171    <Compile Include="ParticleOperators\RealVectorParticleCreator.cs" />
Note: See TracChangeset for help on using the changeset viewer.