Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:44:26 (8 years ago)
Author:
abeham
Message:

#2521: working on refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblem.cs

    r13365 r13376  
    9191      Parameters.Remove("Maximization");
    9292      Parameters.Add(new FixedValueParameter<BoolValue>("Maximization", "Set to false if the problem should be minimized.", (BoolValue)new BoolValue(Maximization).AsReadOnly()) { Hidden = true });
    93       var multiEnc = ProblemScript.Encoding as MultiEncoding;
     93      var multiEnc = ProblemScript.Encoding as CombinedEncoding;
    9494      if (multiEnc != null) multiEnc.Clear();
    9595      ProblemScript.Initialize();
Note: See TracChangeset for help on using the changeset viewer.