Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/05/15 16:20:55 (8 years ago)
Author:
pfleck
Message:

#2269

  • Implemented full wiring of ALPS.
  • Created new AlpsGeneticAlgorithmMainOperator instead of using a modified GeneticAlgorithmMainLoop because of wiring issues.
  • Separated LayerCreator into generic LastScopeCloner and ResultsHistoryWiper.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj

    r13111 r13124  
    8080  </PropertyGroup>
    8181  <ItemGroup>
    82     <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
    83       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
    84     </Reference>
    8582    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    8683      <SpecificVersion>False</SpecificVersion>
     
    134131    <Compile Include="AlpsGeneticAlgorithmMainOperator.cs" />
    135132    <Compile Include="ReseedingController.cs" />
     133    <Compile Include="ResultsHistoryWiper.cs" />
    136134    <Compile Include="WeightingReducer.cs" />
    137135    <Compile Include="Analyzers\OldestAverageYoungestAgeAnalyzer.cs" />
     
    142140    <Compile Include="Analyzers\OldestAverageYoungestAgeCalculator.cs" />
    143141    <Compile Include="EldersSelector.cs" />
    144     <Compile Include="LayerCreator.cs" />
     142    <Compile Include="LastScopeCloner.cs" />
    145143    <Compile Include="MatingPoolCreator.cs" />
    146144    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.