forked fromahmedfgad/GeneticAlgorithmPython
- Notifications
You must be signed in to change notification settings - Fork0
Commit76bb230
authored
Fix issueahmedfgad#89
Fixes this issue:ahmedfgad#89In 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 parente7e8d22 commit76bb230
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
Comments
(0)