Class HPRMutator<G extends Gene<?,G>,C extends Comparable<? super C>>

java.lang.Object
io.jenetics.AbstractAlterer<G,C>
io.jenetics.Mutator<G,C>
io.jenetics.ext.HPRMutator<G,C>
All Implemented Interfaces:
Alterer<G,C>

public class HPRMutator<G extends Gene<?,G>,C extends Comparable<? super C>> extends Mutator<G,C>
The Hybridizing PSM and RSM Operator (HPRM) constructs an offspring from a pair of parents by hybridizing two mutation operators, PSM and RSM.

This mutator is described in A New Mutation Operator for Solving an NP-Complete Problem: Travelling Salesman Problem, by Otman Abdoun, Chakir Tajani and Jaafar Abouchabka.

Since:
5.0
Version:
5.0
See Also: