Changeset 2994 for trunk/sources/HeuristicLab.Evolutionary/3.3
- Timestamp:
- 03/10/10 18:28:50 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Evolutionary/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Evolutionary/3.3/ChildrenCreator.cs
r2834 r2994 37 37 /// </remarks> 38 38 [Item("ChildrenCreator", "An operator which is used to prepare crossover. The sub-scopes of the current scope the operator is applied on represent the parents. The operator creates new and empty scopes for each child, adds the scopes that represent the child's parents as sub-scopes to the child and adds the child as sub-scope to the current scope.")] 39 [ EmptyStorableClass]39 [StorableClass(StorableClassType.Empty)] 40 40 [Creatable("Test")] 41 41 public sealed class ChildrenCreator : SingleSuccessorOperator { -
trunk/sources/HeuristicLab.Evolutionary/3.3/PopulationCreator.cs
r2882 r2994 32 32 /// </summary> 33 33 [Item("PopulationCreator", "An operator which creates a new population of solutions.")] 34 [ EmptyStorableClass]34 [StorableClass(StorableClassType.Empty)] 35 35 [Creatable("Test")] 36 36 public sealed class PopulationCreator : SingleSuccessorOperator {
Note: See TracChangeset
for help on using the changeset viewer.