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