Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.ParameterOptimization/3.3/BestSolutionAnalyzer.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.ParameterOptimization/3.3/BestSolutionAnalyzer.cs
r13368 r14711 32 32 namespace HeuristicLab.Problems.ParameterOptimization { 33 33 [Item("BestSolutionAnalyzer", "Tracks the best parameter vector solution of the current algorithm run.")] 34 [Storable Class("8BA2D1B7-D35C-445A-9ADE-2D2735F971EB")]34 [StorableType("8BA2D1B7-D35C-445A-9ADE-2D2735F971EB")] 35 35 public class BestSolutionAnalyzer : SingleSuccessorOperator, IAnalyzer { 36 36 private const string MaximizationParameterName = "Maximization";
Note: See TracChangeset
for help on using the changeset viewer.