This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit e4cecc3
Theodoros Theodoridis
[genetic tuning] Do not print confusing stats
Each generation includes two evalution phases (marked with *):
1) Benchmarking of candidates *
2) Breeding
3) Benchmarking of new candidates and selection *
Except for the first generation usually most of the candidates of
step 1) will have been evaluated during step 3) of the previous
generation.
This commit removed the "Jobs(Compiled,GPU) (0,0)/0" that was
printed during step 1) of almost every generation.
In theory it is possible not to have enough valid candidates to
form a new generation. In those cases step 1) will be run and
the progress message will be printed1 parent 4956b84 commit e4cecc3
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
543 | 546 | | |
544 | 547 | | |
545 | 548 | | |
| |||
0 commit comments