Changeset 135 for trunk/sources/HeuristicLab.StructureIdentification
- Timestamp:
- 04/19/08 14:46:19 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.StructureIdentification/Evaluation/GPEvaluatorBase.cs
r128 r135 50 50 51 51 double result = Evaluate(scope, function, targetVariable, dataset); 52 scope.AddVariable(new HeuristicLab.Core.Variable( "Quality", new DoubleData(result)));52 scope.AddVariable(new HeuristicLab.Core.Variable(scope.TranslateName("Quality"), new DoubleData(result))); 53 53 return null; 54 54 }
Note: See TracChangeset
for help on using the changeset viewer.