crossover

class autotm.algorithms_for_tuning.genetic_algorithm.crossover.crossover(crossover_type: str = 'crossover_one_point')

Crossover function

Parameters

crossover_typestr, default=”crossover_one_point”

Crossover to be used in the genetic algorithm