- Timestamp:
- 10/05/16 16:34:06 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.GoalSeekingProblem/HeuristicLab.GoalSeekingProblem/3.4/MultiObjectiveGoalSeekingProblem.cs
r14324 r14325 617 617 private void UpdateControllableParameters() { 618 618 if (ProblemData == null) return; 619 if (ProblemData == null) return;620 619 var variablesUsedForPrediction = ModelCollection.Any() 621 620 ? ModelCollection.SelectMany(x => x.VariablesUsedForPrediction).Distinct()
Note: See TracChangeset
for help on using the changeset viewer.