Skip to content

Commit

Permalink
deploy: c59e84a
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Dec 18, 2024
1 parent 3125ba6 commit 222ab34
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified _images/two_point_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _static/two_point_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pycellga.recombination.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h2><strong>Recombination Examples</strong><a class="headerlink" href="#recombin
<p>Figure 1: An example of One-Point Crossover.</p>
<p><strong>Two-Point Crossover</strong></p>
<p>Two-Point Crossover extends the idea of One-Point Crossover by selecting two random crossover points. The segment between the two points is swapped between the parents, producing offspring with potentially more diverse genetic combinations.</p>
<a class="reference internal image-reference" href="_images/two_point_c.png"><img alt="Two-Point Crossover" class="align-center" src="_images/two_point_c.png" style="width: 688.0px; height: 174.0px;" /></a>
<a class="reference internal image-reference" href="_images/two_point_c.png"><img alt="Two-Point Crossover" class="align-center" src="_images/two_point_c.png" style="width: 685.0px; height: 168.0px;" /></a>
<p>Figure 2: An example of Two-Point Crossover.</p>
<p><strong>Uniform Crossover</strong></p>
<p>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.</p>
Expand Down

0 comments on commit 222ab34

Please sign in to comment.