Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/Terminator.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/Terminator.cs
r13368 r14711 32 32 namespace HeuristicLab.Algorithms.CMAEvolutionStrategy { 33 33 [Item("Terminator", "Decides if the algorithm should terminate or not.")] 34 [Storable Class("0B0C59FC-C2B8-4076-9710-66FE5F45C19E")]34 [StorableType("0B0C59FC-C2B8-4076-9710-66FE5F45C19E")] 35 35 public class Terminator : Operator, IIterationBasedOperator, ISingleObjectiveOperator { 36 36
Note: See TracChangeset
for help on using the changeset viewer.