AutoTM
latest
Contents:
Installation
autotm.algorithms_for_tuning
Genetic Algorithm
crossover_pmx
crossover_one_point
crossover_blend
crossover
crossover
mutation_one_param
positioning_mutation
mutation_combined
mutation_psm
mutation
autotm.fitness
autotm.preprocessing
User guide
AutoTM
<no title>
autotm.algorithms_for_tuning
crossover
Edit on GitHub
crossover
class
autotm.algorithms_for_tuning.genetic_algorithm.crossover.
crossover
(
crossover_type
:
str
=
'crossover_one_point'
)
Crossover function
Parameters
crossover_type
str, default=”crossover_one_point”
Crossover to be used in the genetic algorithm