Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/19 16:49:35 (5 years ago)
Author:
mkommend
Message:

#2521: Refactored multi-obj test functions and CMA-ES.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj

    r17229 r17261  
    9696  </ItemGroup>
    9797  <ItemGroup>
    98     <Compile Include="Analyzers\ScatterPlotAnalyzer.cs" />
    99     <Compile Include="Analyzers\CrowdingAnalyzer.cs" />
    100     <Compile Include="Analyzers\InvertedGenerationalDistanceAnalyzer.cs" />
    101     <Compile Include="Analyzers\HypervolumeAnalyzer.cs" />
    102     <Compile Include="Analyzers\MOTFAnalyzer.cs" />
    103     <Compile Include="Analyzers\GenerationalDistanceAnalyzer.cs" />
    104     <Compile Include="Analyzers\SpacingAnalyzer.cs" />
    10598    <Compile Include="Instances\IHRInstanceProvider.cs" />
    10699    <Compile Include="Interfaces\IConstrainedTestFunction.cs" />
    107     <Compile Include="Interfaces\IMultiObjectiveTestFunctionAnalyzer.cs" />
    108     <Compile Include="Calculators\Crowding.cs" />
    109     <Compile Include="Calculators\Spacing.cs" />
    110     <Compile Include="Calculators\HyperVolume.cs" />
    111     <Compile Include="Calculators\InvertedGenerationalDistance.cs" />
    112     <Compile Include="Calculators\GenerationalDistance.cs" />
    113100    <Compile Include="Utilities.cs" />
    114101    <Compile Include="Instances\MISCInstanceProvider.cs" />
     
    125112    <Compile Include="TestFunctions\IHR\IHR2.cs" />
    126113    <Compile Include="TestFunctions\Misc\ELLI1.cs" />
    127     <Compile Include="NonDominatedSelect.cs" />
    128114    <Compile Include="Interfaces\IMultiObjectiveTestFunction.cs" />
    129115    <Compile Include="MultiObjectiveTestFunctionProblem.cs" />
Note: See TracChangeset for help on using the changeset viewer.