Changeset 13990 for branches/HeuristicLab.Algorithms.CMAEvolutionStrategy
- Timestamp:
- 07/04/16 10:11:30 (8 years ago)
- 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 171 171 <Compile Include="CMAOperators\CMARecombinator.cs" /> 172 172 <Compile Include="CMAOperators\CMAUpdater.cs" /> 173 <Compile Include="MOCMAES\CrowdingIndicator.cs" />174 <Compile Include="MOCMAES\IIndicator.cs" />175 173 <Compile Include="Interfaces\ICMAInitializer.cs" /> 176 174 <Compile Include="Interfaces\ICMAManipulator.cs" /> … … 178 176 <Compile Include="Interfaces\ICMAUpdater.cs" /> 179 177 <Compile Include="CMAEvolutionStrategy.cs" /> 180 <Compile Include="MOCMAES\MOCMASEvolutionStrategy.cs" />181 178 <Compile Include="Plugin.cs" /> 182 179 <Compile Include="Terminator.cs" /> -
branches/HeuristicLab.Algorithms.CMAEvolutionStrategy/sources/BernhardCMAES_Soultion/HeuristicLab.Algorithms.MOCMAEvolutionStrategy.csproj
r13909 r13990 91 91 <None Include="Properties\AssemblyInfo.cs.frame" /> 92 92 </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> 93 102 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 94 103 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.