- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/Analyzers/BestSingleObjectiveTestFunctionSolutionAnalyzer.cs
r13368 r14711 35 35 /// </summary> 36 36 [Item("BestSingleObjectiveTestFunctionSolutionAnalyzer", "An operator for analyzing the best solution for a SingleObjectiveTestFunction problem.")] 37 [Storable Class("EC3C7CA4-898C-45DD-82B8-638D9AEB6D16")]37 [StorableType("EC3C7CA4-898C-45DD-82B8-638D9AEB6D16")] 38 38 public class BestSingleObjectiveTestFunctionSolutionAnalyzer : SingleSuccessorOperator, IBestSingleObjectiveTestFunctionSolutionAnalyzer { 39 39 public virtual bool EnabledByDefault {
Note: See TracChangeset
for help on using the changeset viewer.