Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/15 16:47:32 (9 years ago)
Author:
pfleck
Message:

#2027

  • Removed MaximumIterationsTerminator and MaximumEvaluatedSolutionsTermimator because they practically do the same.
  • Add the possibility for ThresholdTerminators to use a foreign parameter (e.g. MaximumSelectionPressure). This way the terminator can use parameters which are still relevant for the algorithm and still provide consistent management of the terminators.
  • Renamed IThresholdTerminator to ISingleValueTerminator.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TerminationCriteria/HeuristicLab.Termination/3.3/HeuristicLab.Termination-3.3.csproj

    r12410 r12411  
    145145  </ItemGroup>
    146146  <ItemGroup>
    147     <Compile Include="IThresholdTerminator.cs" />
    148     <Compile Include="MaximumIterationsTerminator.cs" />
     147    <Compile Include="ISingleValueTerminator.cs" />
    149148    <Compile Include="SingleObjectiveQualityTerminator.cs" />
    150149    <Compile Include="ThresholdTerminator.cs" />
    151     <Compile Include="Views\ThresholdTerminatorView.cs">
     150    <Compile Include="Views\SingleValueTerminatorView.cs">
    152151      <SubType>UserControl</SubType>
    153152    </Compile>
    154     <Compile Include="Views\ThresholdTerminatorView.Designer.cs">
    155       <DependentUpon>ThresholdTerminatorView.cs</DependentUpon>
     153    <Compile Include="Views\SingleValueTerminatorView.Designer.cs">
     154      <DependentUpon>SingleValueTerminatorView.cs</DependentUpon>
    156155    </Compile>
    157156    <Compile Include="ITerminator.cs" />
Note: See TracChangeset for help on using the changeset viewer.