MUTATION TYPE |
NONE
With this option we don't use any mutation type. BINARY
GOTTLIEB-VOSS (only for SAT problem)
FLEE MUTATION
This operator substitutes the standard mutation and crossover. First obtains the loser (L) and winner (W) models, and then it try to maximize the difference with the loser model, but this depends on the social strategy. MARCHIORI_ROSSI (only for SAT problem)
It takes randomly every chromosome variable ,and then, it changes its value. Only, if the change produces more satisfy clauses, it will be maintain. Else, the change will be canceled and the operator will repeat the operation until it improves the results. |