Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/10 13:41:31 (15 years ago)
Author:
abeham
Message:

Changed name of test functions problem as discussed with swagner #934
the commit, it fails me, help me prof. smith with my adhoc solution

Location:
trunk/sources/HeuristicLab.Problems.TestFunctions
Files:
2 deleted
1 edited
2 copied
1 moved

Legend:

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

    • Property svn:ignore
      •  

        old new  
        22bin
        33obj
        4 HeuristicLabProblemsTestFunctionsSingleObjectivePlugin.cs
         4HeuristicLabProblemsTestFunctionsPlugin.cs
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/ISingleObjectiveTestFunctionProblemEvaluator.cs

    r3163 r3170  
    2525using HeuristicLab.Optimization;
    2626
    27 namespace HeuristicLab.Problems.TestFunctions.SingleObjective {
     27namespace HeuristicLab.Problems.TestFunctions {
    2828  /// <summary>
    2929  /// An interface which represents an evaluation operator for single objective test functions.
    3030  /// </summary>
    31   public interface ISingleObjectiveTestFunctionEvaluator : ISingleObjectiveEvaluator {
     31  public interface ISingleObjectiveTestFunctionProblemEvaluator : ISingleObjectiveEvaluator {
    3232    bool Maximization { get; }
    3333    DoubleMatrix Bounds { get; }
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/ISingleObjectiveTestFunctionProblemSolutionsVisualizer.cs

    r3163 r3170  
    2424using HeuristicLab.Optimization;
    2525
    26 namespace HeuristicLab.Problems.TestFunctions.SingleObjective {
     26namespace HeuristicLab.Problems.TestFunctions {
    2727  /// <summary>
    2828  /// An interface which represents an operator for visualizing solutions of single objective test functions.
    2929  /// </summary>
    30   public interface ISingleObjectiveTestFunctionSolutionsVisualizer : ISingleObjectiveSolutionsVisualizer {
     30  public interface ISingleObjectiveTestFunctionProblemSolutionsVisualizer : ISingleObjectiveSolutionsVisualizer {
    3131    ILookupParameter<RealVector> PointParameter { get; }
    3232  }
Note: See TracChangeset for help on using the changeset viewer.