Closed jcmgray closed 4 years ago
Fixes random greedy optimizers for py3.5 (which doesn't have random.choices). Also makes the random greedy optimizer deterministic for py3.6+ (by seeding at the very beginning).
random.choices
Should fix #126 (edit: doesn't address tests not running with py3.5).
Merging #127 into master will decrease coverage by 0.38%. The diff coverage is n/a.
0.38%
n/a
Description
Fixes random greedy optimizers for py3.5 (which doesn't have
random.choices
). Also makes the random greedy optimizer deterministic for py3.6+ (by seeding at the very beginning).Should fix #126 (edit: doesn't address tests not running with py3.5).
Status