Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/10 03:25:21 (14 years ago)
Author:
swagner
Message:

Removed Creatable test attribute (#935).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Operators/3.3/ChildrenCreator.cs

    r3048 r3160  
    3838  [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.")]
    3939  [StorableClass]
    40   [Creatable("Test")]
    4140  public sealed class ChildrenCreator : SingleSuccessorOperator {
    4241    private ScopeParameter CurrentScopeParameter {
Note: See TracChangeset for help on using the changeset viewer.