Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/15 12:29:57 (9 years ago)
Author:
pfleck
Message:

#2027

  • Hide the additional ViewsLabel of the ViewHost in the ThresholdTerminatorView.
  • Renamed Terminators-parameter to Terminator to match naming of the Analyzer-parameter.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TerminationCriteria/HeuristicLab.Termination/3.3/TerminationOperator.cs

    r12402 r12404  
    6464    public TerminationOperator()
    6565      : base() {
    66       Parameters.Add(new LookupParameter<ITerminator>("Terminator", "The termination criteria which sould be checked.", "Terminators"));
     66      Parameters.Add(new LookupParameter<ITerminator>("Terminator", "The termination criteria which sould be checked."));
    6767      Parameters.Add(new LookupParameter<BoolValue>("Terminate", "The parameter which will be set to determine if execution should be terminated or schould continue."));
    6868      Parameters.Add(new OperatorParameter("ContinueBranch", "The operator which is executed if no termination criteria has met."));
Note: See TracChangeset for help on using the changeset viewer.