Changeset 13368 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy
- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy/3.3/WithoutRepeatingBatchedRandomSelector.cs
r13164 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 31 31 namespace HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy { 32 32 [Item("WithoutRepeatingBatchedRandomSelector", "Selects m batches of n parents where in each batch the n parents are drawn without repeating.")] 33 [StorableClass ]33 [StorableClass("5A325951-71F2-4361-A48B-E6707C7B2264")] 34 34 public class WithoutRepeatingBatchedRandomSelector : StochasticSelector { 35 35 public override bool CanChangeName {
Note: See TracChangeset
for help on using the changeset viewer.