Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/06/15 14:02:40 (9 years ago)
Author:
pfleck
Message:

#2269 Fixed wrong parameter descriptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithmMainLoop.cs

    r13127 r13128  
    138138      Parameters.Add(new ValueLookupParameter<BoolValue>("Maximization", "True if the problem is a maximization problem, otherwise false."));
    139139
    140       Parameters.Add(new ValueLookupParameter<IOperator>("Analyzer", "The operator used to analyze the islands."));
     140      Parameters.Add(new ValueLookupParameter<IOperator>("Analyzer", "The operator used to analyze all individuals from all layers combined."));
    141141      Parameters.Add(new ValueLookupParameter<IOperator>("LayerAnalyzer", "The operator used to analyze each layer."));
    142142
Note: See TracChangeset for help on using the changeset viewer.