Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy
- Timestamp:
- 03/03/17 11:41:43 (8 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
r13368 r14711 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 [Storable Class("5A325951-71F2-4361-A48B-E6707C7B2264")]33 [StorableType("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.