Changeset 9346 for branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/TestFunctions/CustomAdditiveMoveEvaluator.cs
- Timestamp:
- 04/09/13 09:15:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/TestFunctions/CustomAdditiveMoveEvaluator.cs
r7128 r9346 56 56 var eval = EvaluatorParameter.ActualValue as CustomEvaluator; 57 57 if (eval != null) 58 return eval.Evaluate (vector);58 return eval.EvaluateFunction(vector); 59 59 throw new InvalidOperationException("evaluator is not a custom evaluator"); 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.