From 5aef7ce1736fb9c60818942c3c3cb5244f139899 Mon Sep 17 00:00:00 2001 From: SevgiAkten Date: Wed, 6 Nov 2024 14:59:25 +0000 Subject: [PATCH] deploy: 7203f4acd869c5bfcc1267f16e57db83190e1a6a --- _modules/index.html | 2 +- _modules/pycellga/byte_operators.html | 2 +- _modules/pycellga/example/example_alpha_cga.html | 2 +- _modules/pycellga/example/example_ccga.html | 2 +- _modules/pycellga/example/example_cga.html | 2 +- _modules/pycellga/example/example_mcccga.html | 2 +- _modules/pycellga/example/example_sync_cga.html | 2 +- _modules/pycellga/grid.html | 2 +- _modules/pycellga/individual.html | 2 +- _modules/pycellga/mutation/bit_flip_mutation.html | 2 +- _modules/pycellga/mutation/byte_mutation.html | 2 +- _modules/pycellga/mutation/byte_mutation_random.html | 2 +- _modules/pycellga/mutation/float_uniform_mutation.html | 2 +- _modules/pycellga/mutation/insertion_mutation.html | 2 +- _modules/pycellga/mutation/shuffle_mutation.html | 2 +- _modules/pycellga/mutation/swap_mutation.html | 2 +- _modules/pycellga/mutation/two_opt_mutation.html | 2 +- _modules/pycellga/neighborhoods/compact_13.html | 2 +- _modules/pycellga/neighborhoods/compact_21.html | 2 +- _modules/pycellga/neighborhoods/compact_25.html | 2 +- _modules/pycellga/neighborhoods/compact_9.html | 2 +- _modules/pycellga/neighborhoods/linear_5.html | 2 +- _modules/pycellga/neighborhoods/linear_9.html | 2 +- _modules/pycellga/optimizer.html | 2 +- _modules/pycellga/population.html | 2 +- _modules/pycellga/problems/abstract_problem.html | 2 +- .../problems/single_objective/continuous/ackley.html | 2 +- .../problems/single_objective/continuous/bentcigar.html | 2 +- .../problems/single_objective/continuous/bohachevsky.html | 2 +- .../problems/single_objective/continuous/chichinadze.html | 2 +- .../problems/single_objective/continuous/dropwave.html | 2 +- .../problems/single_objective/continuous/fms.html | 2 +- .../problems/single_objective/continuous/griewank.html | 2 +- .../problems/single_objective/continuous/holzman.html | 2 +- .../problems/single_objective/continuous/levy.html | 2 +- .../problems/single_objective/continuous/matyas.html | 2 +- .../problems/single_objective/continuous/pow.html | 2 +- .../problems/single_objective/continuous/powell.html | 2 +- .../problems/single_objective/continuous/rastrigin.html | 2 +- .../problems/single_objective/continuous/rosenbrock.html | 2 +- .../single_objective/continuous/rothellipsoid.html | 2 +- .../problems/single_objective/continuous/schaffer.html | 2 +- .../problems/single_objective/continuous/schaffer2.html | 2 +- .../problems/single_objective/continuous/schwefel.html | 2 +- .../problems/single_objective/continuous/sphere.html | 2 +- .../single_objective/continuous/styblinskitang.html | 2 +- .../single_objective/continuous/sumofdifferentpowers.html | 2 +- .../problems/single_objective/continuous/threehumps.html | 2 +- .../problems/single_objective/continuous/zakharov.html | 2 +- .../problems/single_objective/continuous/zettle.html | 2 +- .../single_objective/discrete/binary/count_sat.html | 2 +- .../problems/single_objective/discrete/binary/ecc.html | 2 +- .../problems/single_objective/discrete/binary/fms.html | 2 +- .../single_objective/discrete/binary/maxcut100.html | 2 +- .../single_objective/discrete/binary/maxcut20_01.html | 2 +- .../single_objective/discrete/binary/maxcut20_09.html | 2 +- .../problems/single_objective/discrete/binary/mmdp.html | 2 +- .../single_objective/discrete/binary/one_max.html | 2 +- .../problems/single_objective/discrete/binary/peak.html | 2 +- .../single_objective/discrete/permutation/tsp.html | 2 +- _modules/pycellga/recombination/arithmetic_crossover.html | 2 +- _modules/pycellga/recombination/blxalpha_crossover.html | 2 +- .../pycellga/recombination/byte_one_point_crossover.html | 2 +- .../pycellga/recombination/byte_uniform_crossover.html | 2 +- _modules/pycellga/recombination/flat_crossover.html | 2 +- _modules/pycellga/recombination/linear_crossover.html | 2 +- _modules/pycellga/recombination/one_point_crossover.html | 2 +- _modules/pycellga/recombination/pmx_crossover.html | 2 +- _modules/pycellga/recombination/two_point_crossover.html | 2 +- .../pycellga/recombination/unfair_avarage_crossover.html | 2 +- _modules/pycellga/recombination/uniform_crossover.html | 2 +- _modules/pycellga/selection/roulette_wheel_selection.html | 2 +- _modules/pycellga/selection/tournament_selection.html | 2 +- _sources/index.rst.txt | 3 ++- citing.html | 2 +- contributing.html | 2 +- genindex.html | 2 +- index.html | 8 ++++---- installation.html | 2 +- py-modindex.html | 2 +- pycellga.example.html | 2 +- pycellga.html | 2 +- pycellga.mutation.html | 2 +- pycellga.neighborhoods.html | 2 +- pycellga.problems.html | 2 +- pycellga.problems.single_objective.continuous.html | 2 +- pycellga.problems.single_objective.discrete.binary.html | 2 +- pycellga.problems.single_objective.discrete.html | 2 +- ...ga.problems.single_objective.discrete.permutation.html | 2 +- pycellga.problems.single_objective.html | 2 +- pycellga.recombination.html | 2 +- pycellga.selection.html | 2 +- search.html | 2 +- searchindex.js | 2 +- setup.html | 2 +- usage_examples.html | 2 +- 96 files changed, 100 insertions(+), 99 deletions(-) diff --git a/_modules/index.html b/_modules/index.html index 98a4176..86cfa69 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -41,7 +41,7 @@