Commit 76bb230
authored
Fix issue ahmedfgad#89
Fixes this issue: ahmedfgad#89
In the tournament_selection() method, this line:
parents_indices.append(selected_parent_idx)
is replaced by this line:
parents_indices.append(rand_indices[selected_parent_idx])1 parent e7e8d22 commit 76bb230
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1412 | 1412 | | |
1413 | 1413 | | |
1414 | 1414 | | |
1415 | | - | |
| 1415 | + | |
1416 | 1416 | | |
1417 | 1417 | | |
1418 | 1418 | | |
| |||
0 commit comments