next up previous contents index
Next: The genetic operators for Up: The genetic algorithm Previous: Selection by deletion of   Contents   Index


Evaluator for operators

To determine which operator to selected next, they are evaluated. Operators, which are rated better in a situation, have a higher probability of being selected respectively run in a similar situation.


The situation may include:

The different evaluation algorithms can be selected. Thus, different evaluation algorithms can be easily interchanged and compared.

To evaluate the operators, data of their previous execution may be kept permanently (by the seperate evaluators). In this way, the algorithm can learn from previous operator calls.

The evaluation of the operators should be system independent, ie. independent of the computer, on which the algorithm is running.


The evaluation criteria can be:


next up previous contents index
Next: The genetic operators for Up: The genetic algorithm Previous: Selection by deletion of   Contents   Index
Betti Österholz 2013-02-13