Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Single Objective Test Function


Ignore:
Timestamp:
06/10/10 15:45:42 (14 years ago)
Author:
mkofler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Single Objective Test Function

    v2 v3  
    55||= Parameter         =||= Description =||
    66|| !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. (Deafult: {{{[0,0]]}}} ||
     7|| !BestKnownSolution  || The best known solution for this test function instance. (Default: {{{[0,0]]}}} ||
    88|| 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 TSP solutions. (Default: !AckleyEvaluator) ||
     9|| Evaluator           || The operator which should be used to evaluate solutions. (Default: !AckleyEvaluator) ||
    1010|| Maximization        || Set to false as most test functions are minimization problems. ||
    1111|| !ProblemSize || The dimension of the problem. ||