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.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r16123 r16171  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    105105  </PropertyGroup>
    106106  <ItemGroup>
     107    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     108      <SpecificVersion>False</SpecificVersion>
     109      <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
     110    </Reference>
     111    <Reference Include="HeuristicLab.ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     112      <SpecificVersion>False</SpecificVersion>
     113      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.ALGLIB-3.7.0.dll</HintPath>
     114    </Reference>
    107115    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    108116      <SpecificVersion>False</SpecificVersion>
     
    120128      <SpecificVersion>False</SpecificVersion>
    121129      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
    122     </Reference>
    123     <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    124       <SpecificVersion>False</SpecificVersion>
    125       <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
    126130    </Reference>
    127131    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     
    162166    <Compile Include="BasicProblems\Individuals\MultiEncodingIndividual.cs" />
    163167    <Compile Include="BasicProblems\Individuals\SingleEncodingIndividual.cs" />
     168    <Compile Include="BasicProblems\Interfaces\IBasicProblem.cs" />
    164169    <Compile Include="BasicProblems\Interfaces\IEncoding.cs" />
    165170    <Compile Include="BasicProblems\Interfaces\IEncodingOperator.cs" />
    166171    <Compile Include="BasicProblems\Interfaces\IMultiEncodingOperator.cs" />
     172    <Compile Include="BasicProblems\Interfaces\IMultiObjectiveBasicProblem.cs" />
    167173    <Compile Include="BasicProblems\Interfaces\IMultiObjectiveProblemDefinition.cs" />
    168174    <Compile Include="BasicProblems\Interfaces\internal\IMultiObjectiveAnalysisOperator.cs" />
     
    172178    <Compile Include="BasicProblems\Interfaces\internal\ISingleObjectiveEvaluationOperator.cs" />
    173179    <Compile Include="BasicProblems\Interfaces\IProblemDefinition.cs" />
     180    <Compile Include="BasicProblems\Interfaces\ISingleObjectiveBasicProblem.cs" />
    174181    <Compile Include="BasicProblems\Interfaces\ISingleObjectiveMoveOperator.cs" />
    175182    <Compile Include="BasicProblems\Interfaces\ISingleObjectiveProblemDefinition.cs" />
     
    192199    <Compile Include="Interfaces\ILocalImprovementAlgorithmOperator.cs" />
    193200    <Compile Include="Interfaces\IMultiObjectiveOperator.cs" />
     201    <Compile Include="MultiObjective\CrowdingCalculator.cs" />
    194202    <Compile Include="MultiObjective\DominationCalculator.cs" />
     203    <Compile Include="MultiObjective\GenerationalDistanceCalculator.cs" />
     204    <Compile Include="MultiObjective\HypervolumeCalculator.cs" />
     205    <Compile Include="MultiObjective\SpacingCalculator.cs" />
    195206    <Compile Include="Results\IResultParameter.cs" />
    196207    <Compile Include="Interfaces\ISingleObjectiveOperator.cs" />
     
    319330    </BootstrapperPackage>
    320331  </ItemGroup>
    321   <ItemGroup />
     332  <ItemGroup>
     333    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     334      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
     335      <Name>HeuristicLab.Data-3.3</Name>
     336    </ProjectReference>
     337  </ItemGroup>
    322338  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    323339  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.