Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5408 for trunk


Ignore:
Timestamp:
02/03/11 01:35:17 (13 years ago)
Author:
swagner
Message:

Adapted parameter descriptions in Replacer (#1393)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection/3.3/Replacer.cs

    r5376 r5408  
    4747    }
    4848    public Replacer() {
    49       Parameters.Add(new ValueLookupParameter<ISelector>("ReplacedSelector", "The selection operator to select those scopes that are to be replaced."));
    50       Parameters.Add(new ValueLookupParameter<ISelector>("SelectedSelector", "The selection operator to select those scopes that are replacing the others."));
     49      Parameters.Add(new ValueLookupParameter<ISelector>("ReplacedSelector", "The selection operator to select those scopes that are to be replaced. If no selection operator is defined, random selection will be applied."));
     50      Parameters.Add(new ValueLookupParameter<ISelector>("SelectedSelector", "The selection operator to select those scopes that are replacing the others. If no selection operator is defined, random selection will be applied."));
    5151
    5252      SubScopesProcessor ssp = new SubScopesProcessor();
Note: See TracChangeset for help on using the changeset viewer.