Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/15 12:18:20 (9 years ago)
Author:
mkommend
Message:

#2174: Fixed Maximization handling and plugin dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/BasicProblems/BasicProblem.cs

    r11996 r11998  
    6767      Parameters.Add(new ValueParameter<TEncoding>("Encoding", "Describes the configuration of the encoding, what the variables are called, what type they are and their bounds if any."));
    6868      oldEncoding = Encoding;
    69       Parameterize();
     69      if(Encoding != null) Parameterize();
    7070      RegisterEvents();
    7171    }
Note: See TracChangeset for help on using the changeset viewer.