Changeset 11998 for trunk/sources/HeuristicLab.Optimization
- Timestamp:
- 02/13/15 12:18:20 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/BasicProblems/BasicProblem.cs
r11996 r11998 67 67 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.")); 68 68 oldEncoding = Encoding; 69 Parameterize();69 if(Encoding != null) Parameterize(); 70 70 RegisterEvents(); 71 71 }
Note: See TracChangeset
for help on using the changeset viewer.