Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13990


Ignore:
Timestamp:
07/04/16 10:11:30 (8 years ago)
Author:
bwerth
Message:

#2592 reimplemented Indicators

Location:
branches/HeuristicLab.Algorithms.CMAEvolutionStrategy/sources
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Algorithms.CMAEvolutionStrategy/sources/3.3/HeuristicLab.Algorithms.CMAEvolutionStrategy-3.3.csproj

    r13909 r13990  
    171171    <Compile Include="CMAOperators\CMARecombinator.cs" />
    172172    <Compile Include="CMAOperators\CMAUpdater.cs" />
    173     <Compile Include="MOCMAES\CrowdingIndicator.cs" />
    174     <Compile Include="MOCMAES\IIndicator.cs" />
    175173    <Compile Include="Interfaces\ICMAInitializer.cs" />
    176174    <Compile Include="Interfaces\ICMAManipulator.cs" />
     
    178176    <Compile Include="Interfaces\ICMAUpdater.cs" />
    179177    <Compile Include="CMAEvolutionStrategy.cs" />
    180     <Compile Include="MOCMAES\MOCMASEvolutionStrategy.cs" />
    181178    <Compile Include="Plugin.cs" />
    182179    <Compile Include="Terminator.cs" />
  • branches/HeuristicLab.Algorithms.CMAEvolutionStrategy/sources/BernhardCMAES_Soultion/HeuristicLab.Algorithms.MOCMAEvolutionStrategy.csproj

    r13909 r13990  
    9191    <None Include="Properties\AssemblyInfo.cs.frame" />
    9292  </ItemGroup>
     93  <ItemGroup>
     94    <Compile Include="CrowdingIndicator.cs" />
     95    <Compile Include="HypervolumeIndicator.cs" />
     96    <Compile Include="IIndicator.cs" />
     97    <Compile Include="MOCMASEvolutionStrategy.cs" />
     98  </ItemGroup>
     99  <ItemGroup>
     100    <Content Include="HeuristicLab.Algorithms.MOCMAEvolutionStrategy.sln" />
     101  </ItemGroup>
    93102  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    94103  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.