crossover_pmx

class autotm.algorithms_for_tuning.genetic_algorithm.crossover.crossover_pmx(parent_1: List[float], parent_2: List[float], **kwargs)

Pmx crossover

Exchange chromosome parts

Parameters

parent_1: List[float]

The first individual to be processed

parent_2: List[float]

The second individual to be processed

Returns

Updated individuals with exchanged chromosome parts