Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/10 13:41:31 (14 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:
1 edited
1 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/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.