Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15946


Ignore:
Timestamp:
05/27/18 08:27:40 (6 years ago)
Author:
gkronber
Message:

#2389: added prototype implementation of semi-dynamic eps-lexicase selection

Location:
branches/2389-EpsLexicase/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2389-EpsLexicase/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj

    r15198 r15946  
    125125    <Compile Include="Plugin.cs" />
    126126    <Compile Include="SingleObjective\ConstantOptimizationAnalyzer.cs" />
     127    <Compile Include="SingleObjective\EpsLexicaseAnalyzer.cs" />
    127128    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionMeanRelativeErrorEvaluator.cs" />
    128129    <Compile Include="SingleObjective\SymbolicRegressionSolutionsAnalyzer.cs" />
     130    <Compile Include="SingleObjective\EpsLexicaseSelection.cs" />
    129131    <Compile Include="SymbolicRegressionPhenotypicDiversityAnalyzer.cs" />
    130132    <Compile Include="SymbolicRegressionPruningAnalyzer.cs" />
     
    254256      <Private>False</Private>
    255257    </ProjectReference>
     258    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
     259      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
     260      <Name>HeuristicLab.Random-3.3</Name>
     261    </ProjectReference>
     262    <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
     263      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
     264      <Name>HeuristicLab.Selection-3.3</Name>
     265    </ProjectReference>
    256266  </ItemGroup>
    257267  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.