Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/OffspringSelectionGeneticAlgorithmMainLoop.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/OffspringSelectionGeneticAlgorithmMainLoop.cs
r13368 r14711 33 33 /// </summary> 34 34 [Item("OffspringSelectionGeneticAlgorithmMainLoop", "An operator which represents the main loop of an offspring selection genetic algorithm.")] 35 [Storable Class("2288F854-9419-4CFF-A9AE-8FEC69ED8BDF")]35 [StorableType("2288F854-9419-4CFF-A9AE-8FEC69ED8BDF")] 36 36 public sealed class OffspringSelectionGeneticAlgorithmMainLoop : AlgorithmOperator { 37 37 #region Parameter properties
Note: See TracChangeset
for help on using the changeset viewer.