Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/17/18 13:30:33 (6 years ago)
Author:
abeham
Message:

#2654: implemented generic context-based genetic algorithm

Location:
branches/ContextAlgorithms/HeuristicLab.Optimization/3.3
Files:
11 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ContextAlgorithms/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r15091 r15625  
    156156    <Compile Include="Interfaces\ILocalImprovementAlgorithmOperator.cs" />
    157157    <Compile Include="Interfaces\IMultiObjectiveOperator.cs" />
     158    <Compile Include="Model2\Algorithms\ContextAlgorithm.cs" />
     159    <Compile Include="Model2\Algorithms\StochasticAlgorithm.cs" />
     160    <Compile Include="Model2\Contexts\BasicContext.cs" />
     161    <Compile Include="Model2\Contexts\PopulationContext.cs" />
     162    <Compile Include="Model2\Contexts\SingleSolutionContext.cs" />
     163    <Compile Include="Model2\Contexts\StochasticContext.cs" />
     164    <Compile Include="Model2\Interfaces.cs" />
     165    <Compile Include="Model2\SingleObjectiveSolutionScope.cs" />
    158166    <Compile Include="MultiObjective\DominationCalculator.cs" />
    159167    <Compile Include="Results\IResultParameter.cs" />
     
    312320      <Private>False</Private>
    313321    </ProjectReference>
     322    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
     323      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
     324      <Name>HeuristicLab.Random-3.3</Name>
     325      <Private>False</Private>
     326    </ProjectReference>
    314327  </ItemGroup>
    315328  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.