Changeset 9444 for branches/HivePerformance/sources/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators
- Timestamp:
- 05/06/13 12:30:18 (12 years ago)
- Location:
- branches/HivePerformance/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HivePerformance/sources
- Property svn:mergeinfo changed
/trunk/sources (added) merged: 9376,9379,9388,9390,9396,9402-9410,9413,9417,9426-9429,9432-9433,9435-9439,9441-9443
- Property svn:mergeinfo changed
-
branches/HivePerformance/sources/HeuristicLab.Problems.TestFunctions
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.TestFunctions (added) merged: 9407
- Property svn:mergeinfo changed
-
branches/HivePerformance/sources/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/MultinormalAdditiveMoveEvaluator.cs
r9345 r9444 55 55 var eval = EvaluatorParameter.ActualValue as MultinormalEvaluator; 56 56 if (eval != null) 57 return eval.Evaluate Function(wrapper);57 return eval.Evaluate(wrapper); 58 58 throw new InvalidOperationException("evaluator is not a multinormal evaluator"); 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.