Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/17/16 11:04:19 (8 years ago)
Author:
bburlacu
Message:

#2679: Do not update inputs/goals in constructor. Fix bug in InputParameterView.cs, fix bug in Configure method (use all variables not just the AllowedInputVariables).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.GoalSeekingProblem/HeuristicLab.GoalSeekingProblem/3.4/MultiObjectiveGoalSeekingProblem.cs

    r14334 r14336  
    161161      SolutionCreatorParameter.Hidden = true;
    162162      MaximizationParameter.Hidden = true;
    163       GoalSeekingUtil.UpdateInputs(InputsParameter.Value, Models, InputParameterChanged);
    164       Encoding = GoalSeekingUtil.CreateEncoding(ActiveInputs);
    165       dataset = new ModifiableDataset(Inputs.Select(x => x.Name), Inputs.Select(x => new List<double> { x.Value }));
    166       GoalSeekingUtil.UpdateTargets(GoalsParameter.Value, Models, GoalParameterChanged);
    167163      RegisterEvents();
    168164    }
Note: See TracChangeset for help on using the changeset viewer.