Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/13 11:47:57 (11 years ago)
Author:
abeham
Message:

#1909:

  • Removed project HeuristicLab.Problems.Instances.TestFunctions and integrated it into HeuristicLab.Problems.TestFunctions
  • Removed SOTFData from HeuristicLab.Problems.Instances and integrated it into HeuristicLab.Problems.TestFunctions
  • Changed SOTFData's Evaluator property to be of type ISingleObjectiveTestFunctionProblemEvaluator
  • Removed cast in the problem's load method
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLab.Problems.TestFunctions-3.3.csproj

    r9981 r9982  
    110110    <Compile Include="Evaluators\RandomEvaluator.cs" />
    111111    <Compile Include="Improvers\SingleObjectiveTestFunctionImprovementOperator.cs" />
     112    <Compile Include="Instances\SOTFData.cs" />
     113    <Compile Include="Instances\SOTFDataDescriptor.cs" />
     114    <Compile Include="Instances\SOTFInstanceProvider.cs" />
    112115    <Compile Include="MoveEvaluators\RandomAdditiveMoveEvaluator.cs" />
    113116    <Compile Include="PathRelinkers\SingleObjectiveTestFunctionPathRelinker.cs" />
Note: See TracChangeset for help on using the changeset viewer.