mutation_one_param

class autotm.algorithms_for_tuning.genetic_algorithm.mutation.mutation_one_param(individ: List[float], low_spb: float, high_spb: float, low_spm: float, high_spm: float, low_n: int, high_n: int, low_back: float, high_back: float, low_decor: float, high_decor: float, elem_mutation_prob: float = 0.1)