Changeset 3160 for trunk/sources/HeuristicLab.Optimization.Operators
- Timestamp:
- 03/22/10 03:25:21 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimization.Operators/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Operators/3.3/ChildrenCreator.cs
r3048 r3160 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 39 [StorableClass] 40 [Creatable("Test")]41 40 public sealed class ChildrenCreator : SingleSuccessorOperator { 42 41 private ScopeParameter CurrentScopeParameter { -
trunk/sources/HeuristicLab.Optimization.Operators/3.3/SolutionsCreator.cs
r3048 r3160 33 33 [Item("SolutionsCreator", "An operator which creates new solutions.")] 34 34 [StorableClass] 35 [Creatable("Test")]36 35 public sealed class SolutionsCreator : SingleSuccessorOperator { 37 36 public ValueLookupParameter<IntValue> NumberOfSolutionsParameter {
Note: See TracChangeset
for help on using the changeset viewer.