Commit e2852bb
committed
Fix island population counting per child program
Previously, when a new child_program was generated, the population
counter
of the current island was incremented instead of the child_program's
actual island.
This change updates the logic to increment the population of the
child_program's
assigned island. As part of this fix, the unused current_island_counter
and
program_per_island configuration were removed.
Fixes #3511 parent f596d6d commit e2852bb
2 files changed
+6
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
292 | 291 | | |
293 | 292 | | |
294 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | 448 | | |
455 | 449 | | |
456 | 450 | | |
| |||
543 | 537 | | |
544 | 538 | | |
545 | 539 | | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
556 | 546 | | |
557 | 547 | | |
558 | 548 | | |
| |||
0 commit comments