Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/19 13:42:12 (5 years ago)
Author:
mkommend
Message:

#2521: Adapted binary problems and moved to abstract base class to encoding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.Binary/3.3/DeceptiveStepTrapProblem.cs

    r16723 r16814  
    2222#endregion
    2323
     24using HEAL.Attic;
    2425using HeuristicLab.Common;
    2526using HeuristicLab.Core;
     
    2728using HeuristicLab.Encodings.BinaryVectorEncoding;
    2829using HeuristicLab.Parameters;
    29 using HEAL.Attic;
    3030
    3131namespace HeuristicLab.Problems.Binary {
     
    5555    }
    5656
    57     public DeceptiveStepTrapProblem()
    58       : base() {
     57    public DeceptiveStepTrapProblem() : base() {
    5958      Parameters.Add(new FixedValueParameter<IntValue>(StepSizeParameterName, "", new IntValue(2)));
    6059      RegisterParameterEvents();
Note: See TracChangeset for help on using the changeset viewer.