Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/15/15 11:08:52 (9 years ago)
Author:
pfleck
Message:

#2027

  • Removed ISingleValueTerminator and used ThresholdTerminator for the View instead.
  • Added missing description in SingleObjectiveQualityTerminator.
  • Added ITerminationBasedOperator which contains the terminate-flag.
File:
1 edited

Legend:

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

    r12410 r12444  
    3030  [Item("TerminationOperator", "An operator which either calls the terminate- or the continue branch.")]
    3131  [StorableClass]
    32   public sealed class TerminationOperator : InstrumentedOperator {
     32  public sealed class TerminationOperator : InstrumentedOperator, ITerminationBasedOperator {
    3333    public ILookupParameter<ITerminator> TerminationParameter {
    3434      get { return (ILookupParameter<ITerminator>)Parameters["Termination"]; }
Note: See TracChangeset for help on using the changeset viewer.