Changeset 11619 for branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Operators/MultiObjectiveAnalyzer.cs
- Timestamp:
- 12/02/14 11:44:18 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Operators/MultiObjectiveAnalyzer.cs
r11598 r11619 57 57 scopes = scopes.Select(x => (IEnumerable<IScope>)x.SubScopes).Aggregate((a, b) => a.Concat(b)); 58 58 59 var individuals = scopes.Select(encoding. CreateIndividual).ToArray();59 var individuals = scopes.Select(encoding.GetIndividual).ToArray(); 60 60 definition.Analyze(individuals, QualitiesParameter.ActualValue.Select(x => x.ToArray()).ToArray(), results); 61 61 return base.Apply();
Note: See TracChangeset
for help on using the changeset viewer.