Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/12 16:46:35 (12 years ago)
Author:
gkronber
Message:

#1847: merged r8084:8205 from trunk into GP move operators branch

Location:
branches/GP-MoveOperators
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-MoveOperators

  • branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj

    r8085 r8206  
    112112  </ItemGroup>
    113113  <ItemGroup>
     114    <Compile Include="ReplaceBranchMove.cs" />
    114115    <Compile Include="ReplaceBranchMoveEvaluator.cs" />
    115116    <Compile Include="Interfaces\ISymbolicRegressionMoveEvaluator.cs" />
    116117    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveValidationBestSolutionAnalyzer.cs" />
    117118    <Compile Include="Plugin.cs" />
     119    <Compile Include="ReplaceBranchMoveMaker.cs" />
     120    <Compile Include="ReplaceBranchMoveSoftTabuCriterion.cs" />
     121    <Compile Include="ReplaceBranchMoveTabuMaker.cs" />
    118122    <Compile Include="ReplaceBranchMultiMoveGenerator.cs" />
    119123    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" />
     
    141145    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectivePearsonRSquaredEvaluator.cs" />
    142146    <Compile Include="SymbolicRegressionSolution.cs" />
    143     <Compile Include="SymbolicRegressionMoveEvaluator.cs" />
    144147    <None Include="HeuristicLab.snk" />
    145148    <None Include="Plugin.cs.frame" />
     
    199202      <Name>HeuristicLab.Operators-3.3</Name>
    200203      <Private>False</Private>
     204    </ProjectReference>
     205    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
     206      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
     207      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
    201208    </ProjectReference>
    202209    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.