Changeset 3797 for trunk/sources/HeuristicLab.Problems.TestFunctions
- Timestamp:
- 05/12/10 16:40:16 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.TestFunctions/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Analyzers/BestSingleObjectiveTestFunctionSolutionAnalyzer.cs
r3787 r3797 32 32 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 33 33 34 namespace HeuristicLab.Problems.TestFunctions .Analyzers{34 namespace HeuristicLab.Problems.TestFunctions { 35 35 /// <summary> 36 36 /// An operator for analyzing the best solution for a SingleObjectiveTestFunction problem. -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/IRealVectorPSODecoder.cs
r3742 r3797 26 26 using HeuristicLab.Optimization; 27 27 using HeuristicLab.Core; 28 using HeuristicLab.Optimization.Interfaces;29 28 30 29 namespace HeuristicLab.Problems.TestFunctions { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs
r3789 r3797 33 33 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 34 34 using HeuristicLab.PluginInfrastructure; 35 using HeuristicLab.Operators;36 using HeuristicLab.Problems.TestFunctions.Analyzers;37 35 38 36 namespace HeuristicLab.Problems.TestFunctions {
Note: See TracChangeset
for help on using the changeset viewer.