Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/21/18 09:18:49 (6 years ago)
Author:
bwerth
Message:

#2943 worked on MOBasicProblem - added Interfaces;reworked MOCalculators; several minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2943_MOBasicProblem_MOCMAES/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj

    r16123 r16171  
    1717    <DebugType>full</DebugType>
    1818    <Optimize>false</Optimize>
    19     <OutputPath>..\..\bin\</OutputPath>
     19    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    2020    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2121    <ErrorReport>prompt</ErrorReport>
     
    9090    <Reference Include="HeuristicLab.Core-3.3">
    9191      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
    92     </Reference>
    93     <Reference Include="HeuristicLab.Data-3.3">
    94       <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
    9592    </Reference>
    9693    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
     
    134131    <Compile Include="Interfaces\IConstrainedTestFunction.cs" />
    135132    <Compile Include="Interfaces\IMultiObjectiveTestFunctionAnalyzer.cs" />
    136     <Compile Include="Calculators\Crowding.cs" />
    137     <Compile Include="Calculators\Spacing.cs" />
    138     <Compile Include="Calculators\HyperVolume.cs" />
    139     <Compile Include="Calculators\InvertedGenerationalDistance.cs" />
    140     <Compile Include="Calculators\GenerationalDistance.cs" />
    141133    <Compile Include="ParetoFrontScatterPlot.cs" />
    142134    <Compile Include="Utilities.cs" />
     
    206198      <Name>HeuristicLab.Analysis-3.3</Name>
    207199    </ProjectReference>
     200    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     201      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
     202      <Name>HeuristicLab.Data-3.3</Name>
     203    </ProjectReference>
    208204    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    209205      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
Note: See TracChangeset for help on using the changeset viewer.