Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of MoveEvaluators


Ignore:
Timestamp:
07/16/10 12:52:01 (14 years ago)
Author:
mkofler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MoveEvaluators

    v1 v2  
    6464|| A || The parameter Alpha modifies the steepness of the objective function y = C * |X|^Alpha. Default is Alpha = 2. ||
    6565|| C || The parameter C modifies the steepness of the objective function y = C * |X|^Alpha. Default is C = 1. ||
     66
     67==  Travelling Salesman Problem ==
     68
     69=== TSPMoveEvaluator ===
     70A base class for operators which evaluate TSP moves.
     71
     72'''Operator Parameters:'''
     73||= Parameter         =||= Description =||
     74|| !Permutation || The solution as Permutation. ||
     75|| !EvaluatorType||  -- ||
     76|| Quality || The quality of a TSP solution. ||
     77|| !MoveQuality|| The evaluated quality of a move on a TSP solution. ||