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
Location:
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Instances
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Instances/SOTFData.cs

    r9980 r9982  
    2020#endregion
    2121
    22 using HeuristicLab.Core;
    2322
    24 namespace HeuristicLab.Problems.Instances {
     23namespace HeuristicLab.Problems.TestFunctions {
    2524  /// <summary>
    2625  /// Describes instances of Single Objective Test Functions (SOTF).
     
    4039    /// The operator used for evaluations
    4140    /// </summary>
    42     public IOperator Evaluator { get; set; }
     41    public ISingleObjectiveTestFunctionProblemEvaluator Evaluator { get; set; }
    4342  }
    4443}
Note: See TracChangeset for help on using the changeset viewer.