Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix a typo #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update crossover.ipynb
  • Loading branch information
zhaofeng-shu33 authored Oct 27, 2021
commit a462eef23aef0654bde77463c266caec894a0e1c
2 changes: 1 addition & 1 deletion source/operators/crossover.ipynb
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"source": [
"### Simulated Binary Crossover ('real_sbx', 'int_sbx')\n",
"\n",
"Details about the crossover can be found in <cite data-cite=\"sbx\"></cite>. Real values can be represented by a binary notation and then a the point crossovers can be performed. SBX simulated this operation by using a probability distribution *simulating* the binary crossover.\n",
"Details about the crossover can be found in <cite data-cite=\"sbx\"></cite>. Real values can be represented by a binary notation and then the point crossovers can be performed. SBX simulated this operation by using a probability distribution *simulating* the binary crossover.\n",
"\n",
"A crossover object can be created by "
]