Changes between Version 2 and Version 3 of Single Objective Test Function
- Timestamp:
- 06/10/10 15:45:42 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Single Objective Test Function
v2 v3 5 5 ||= Parameter =||= Description =|| 6 6 || !BestKnownQuality || The quality of the best known solution of this test function. (Default: 0) || 7 || !BestKnownSolution || The best known solution for this test function instance. (De afult: {{{[0,0]]}}} ||7 || !BestKnownSolution || The best known solution for this test function instance. (Default: {{{[0,0]]}}} || 8 8 || Bounds || ISingleObjectiveTestFunctionProblemEvaluator: The lower and upper bounds in each dimension. (Default: {{{[[-32,768, 32,768]]}}} || 9 || Evaluator || The operator which should be used to evaluate TSPsolutions. (Default: !AckleyEvaluator) ||9 || Evaluator || The operator which should be used to evaluate solutions. (Default: !AckleyEvaluator) || 10 10 || Maximization || Set to false as most test functions are minimization problems. || 11 11 || !ProblemSize || The dimension of the problem. ||