Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/09/13 04:23:10 (11 years ago)
Author:
abeham
Message:

#1961:

  • Changed CMA-ES to reference RealVector directly and work with that encoding only (separation of algorithm and encoding was not trivial to achieve)
  • Simplified operator graph (also improves performance)
  • Simplified strategy parameters (those used only during update are initialized in update)
  • Added many termination criteria (same as in Hansen's Java version)
  • Added different ways to calculate the mean (different weightings)
File:
1 edited

Legend:

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

    r9115 r9129  
    154154  </ItemGroup>
    155155  <ItemGroup>
    156     <Compile Include="Interfaces\ICMAESRecombinator.cs" />
    157     <Compile Include="Interfaces\ICMAESManipulator.cs" />
    158     <Compile Include="Interfaces\ICMAESUpdater.cs" />
    159     <Compile Include="Interfaces\ICMAESInitializer.cs" />
    160156    <Compile Include="Interfaces\ISingleObjectivePathRelinker.cs" />
    161157    <Compile Include="Interfaces\ISingleObjectiveImprovementOperator.cs" />
Note: See TracChangeset for help on using the changeset viewer.