Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 7 and Version 8 of Analyzer


Ignore:
Timestamp:
06/10/10 16:04:02 (14 years ago)
Author:
mkofler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Analyzer

    v7 v8  
    7373|| !KnapsackCapacity || Capacity of the Knapsack. ||
    7474|| Maximization || True if the problem is a maximization problem. ||
    75 || Quality || The qualities of the knapsack solutions which should be visualized. ||
     75|| Quality || The qualities of the knapsack solutions which should be analyzed. ||
    7676|| Results || The result collection where the knapsack solution should be stored. ||
    7777|| Values || The values of the items. ||
     
    9090|| !BinaryVector || The Onemax solutions from which the best solution should be visualized. ||
    9191|| Maximization || True if the problem is a maximization problem. ||
    92 || Quality || The qualities of the Onemax solutions which should be visualized. ||
     92|| Quality || The qualities of the Onemax solutions which should be analyzed. ||
    9393|| Results || The result collection where the Onemax solution should be stored. ||
    9494
     
    9696== 6. Single Objective Test Function Problem ==
    9797=== 6.1 !BestSingleObjectiveTestFunctionSolutionAnalyzer ===
    98 An operator for analyzing the best solution for a !SingleObjectiveTestFunction problem.
     98An operator for analyzing the best solution for a [[Single Objective Test Function]] problem.
     99
     100'''Problem Parameters:'''
     101||= Parameter         =||= Description =||
     102|| !BestKnownQuality   || The quality of the best known solution of this test function. ||
     103|| !BestKnownSolution  || The best known solution for this test function instance. ||
     104|| !BestSolution || The best !SingleObjectiveTestFunction solution. ||
     105|| Evaluator || The evaluator with which the solution is evaluated. || 
     106|| Maximization || Set to false as most test functions are minimization problems. ||
     107|| Quality || The qualities of the test function solutions which should be analzed. ||
     108|| !RealVector || The !SingleObjectiveTestFunction solutions from which the best solution should be visualized. ||
     109|| Results || The result collection where the !SingleObjectiveTestFunction solution should be stored. ||
    99110
    100111----
     
    102113=== 7.1 BestTSPSolutionAnalyzer ===
    103114An operator for analyzing the best solution of a [[Travelling Salesman Problem]] given in path representation using city coordinates.
     115
     116'''Operator Parameters:'''
     117||= Parameter         =||= Description =||
     118|| !BestKnownQuality || The quality of the best known solution of this TSP instance. ||
     119|| !BestKnownSolution || The best known solution of this TSP instance. ||
     120|| !BestSolution || The best TSP solution. ||
     121|| Coordinates || The x- and y-Coordinates of the cities. ||
     122|| Maximization || True if the problem is a maximization problem. ||
     123|| Permutation || The TSP solutions given in path representation from which the best solution should be analyzed. ||
     124|| Quality || The qualities of the TSP solutions which should be analzed. ||
     125|| Results || The result collection where the best TSP solution should be stored. ||