All modules for which code is available
- pycellga.byte_operators
- pycellga.example.example_alpha_cga
- pycellga.example.example_ccga
- pycellga.example.example_cga
- pycellga.example.example_mcccga
- pycellga.example.example_sync_cga
- pycellga.grid
- pycellga.individual
- pycellga.mutation.bit_flip_mutation
- pycellga.mutation.byte_mutation
- pycellga.mutation.byte_mutation_random
- pycellga.mutation.float_uniform_mutation
- pycellga.mutation.insertion_mutation
- pycellga.mutation.shuffle_mutation
- pycellga.mutation.swap_mutation
- pycellga.mutation.two_opt_mutation
- pycellga.neighborhoods.compact_13
- pycellga.neighborhoods.compact_21
- pycellga.neighborhoods.compact_25
- pycellga.neighborhoods.compact_9
- pycellga.neighborhoods.linear_5
- pycellga.neighborhoods.linear_9
- pycellga.optimizer
- pycellga.population
- pycellga.problems.abstract_problem
- pycellga.problems.single_objective.continuous.ackley
- pycellga.problems.single_objective.continuous.bentcigar
- pycellga.problems.single_objective.continuous.bohachevsky
- pycellga.problems.single_objective.continuous.chichinadze
- pycellga.problems.single_objective.continuous.dropwave
- pycellga.problems.single_objective.continuous.fms
- pycellga.problems.single_objective.continuous.griewank
- pycellga.problems.single_objective.continuous.holzman
- pycellga.problems.single_objective.continuous.levy
- pycellga.problems.single_objective.continuous.matyas
- pycellga.problems.single_objective.continuous.pow
- pycellga.problems.single_objective.continuous.powell
- pycellga.problems.single_objective.continuous.rastrigin
- pycellga.problems.single_objective.continuous.rosenbrock
- pycellga.problems.single_objective.continuous.rothellipsoid
- pycellga.problems.single_objective.continuous.schaffer
- pycellga.problems.single_objective.continuous.schaffer2
- pycellga.problems.single_objective.continuous.schwefel
- pycellga.problems.single_objective.continuous.sphere
- pycellga.problems.single_objective.continuous.styblinskitang
- pycellga.problems.single_objective.continuous.sumofdifferentpowers
- pycellga.problems.single_objective.continuous.threehumps
- pycellga.problems.single_objective.continuous.zakharov
- pycellga.problems.single_objective.continuous.zettle
- pycellga.problems.single_objective.discrete.binary.count_sat
- pycellga.problems.single_objective.discrete.binary.ecc
- pycellga.problems.single_objective.discrete.binary.fms
- pycellga.problems.single_objective.discrete.binary.maxcut100
- pycellga.problems.single_objective.discrete.binary.maxcut20_01
- pycellga.problems.single_objective.discrete.binary.maxcut20_09
- pycellga.problems.single_objective.discrete.binary.mmdp
- pycellga.problems.single_objective.discrete.binary.one_max
- pycellga.problems.single_objective.discrete.binary.peak
- pycellga.problems.single_objective.discrete.permutation.tsp
- pycellga.recombination.arithmetic_crossover
- pycellga.recombination.blxalpha_crossover
- pycellga.recombination.byte_one_point_crossover
- pycellga.recombination.byte_uniform_crossover
- pycellga.recombination.flat_crossover
- pycellga.recombination.linear_crossover
- pycellga.recombination.one_point_crossover
- pycellga.recombination.pmx_crossover
- pycellga.recombination.two_point_crossover
- pycellga.recombination.unfair_avarage_crossover
- pycellga.recombination.uniform_crossover
- pycellga.selection.roulette_wheel_selection
- pycellga.selection.tournament_selection