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.Selection/3.3/LinearRankSelector.cs

    r3138 r3160  
    3333  [Item("LinearRankSelector", "A linear rank selection operator which considers the rank based on a single double quality value for selection.")]
    3434  [StorableClass]
    35   [Creatable("Test")]
    3635  public sealed class LinearRankSelector : StochasticSingleObjectiveSelector, ISingleObjectiveSelector {
    3736    public LinearRankSelector() : base() { }
Note: See TracChangeset for help on using the changeset viewer.