Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/17 13:45:01 (7 years ago)
Author:
bwerth
Message:

#2780 worked on SAPBA; added IndividualStrategy

Location:
branches/SAPBA/HeuristicLab.Algorithms.SAPBA
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SAPBA/HeuristicLab.Algorithms.SAPBA

    • Property svn:global-ignores set to
      .vs
      obj
    • Property svn:ignore set to
      new 2.txt
  • branches/SAPBA/HeuristicLab.Algorithms.SAPBA/HeuristicLab.Algorithms.SAPBA-3.4.csproj

    r14893 r14894  
    4242      <SpecificVersion>False</SpecificVersion>
    4343      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.EvolutionStrategy-3.3.dll</HintPath>
     44    </Reference>
     45    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     46      <SpecificVersion>False</SpecificVersion>
     47      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
    4448    </Reference>
    4549    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     
    120124  <ItemGroup>
    121125    <Compile Include="EgoUtilities.cs" />
     126    <Compile Include="Strategies\IndividualStrategy.cs" />
    122127    <Compile Include="Strategies\GenerationalStrategy.cs" />
    123128    <Compile Include="SurrogateAssistedPopulationBasedAlgorithm.cs" />
Note: See TracChangeset for help on using the changeset viewer.