From a462eef23aef0654bde77463c266caec894a0e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=B0=20=28Zhao=20Feng=29?= <616545598@qq.com> Date: Wed, 27 Oct 2021 17:23:24 +0800 Subject: [PATCH] Update crossover.ipynb --- source/operators/crossover.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/operators/crossover.ipynb b/source/operators/crossover.ipynb index 611605b..588dd17 100644 --- a/source/operators/crossover.ipynb +++ b/source/operators/crossover.ipynb @@ -31,7 +31,7 @@ "source": [ "### Simulated Binary Crossover ('real_sbx', 'int_sbx')\n", "\n", - "Details about the crossover can be found in . 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 . 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 " ]