diff --git a/_images/two_point_c.png b/_images/two_point_c.png index 1a93fcc..c91e74b 100644 Binary files a/_images/two_point_c.png and b/_images/two_point_c.png differ diff --git a/_static/two_point_c.png b/_static/two_point_c.png index 1a93fcc..c91e74b 100644 Binary files a/_static/two_point_c.png and b/_static/two_point_c.png differ diff --git a/pycellga.recombination.html b/pycellga.recombination.html index 13ea408..f81e7f1 100644 --- a/pycellga.recombination.html +++ b/pycellga.recombination.html @@ -286,7 +286,7 @@

Recombination ExamplesTwo-Point Crossover +Two-Point Crossover

Figure 2: An example of Two-Point Crossover.

Uniform Crossover

In Uniform Crossover, a mask composed of bits is determined over the length of the chromosome. These bits, which take the value 0 or 1, specify which parent the gene for the offspring will be chosen from. Bits with the value 1 are distributed uniformly with a probability of 0.5.