Skip to content

Hypothesis version 6.165.4

Choose a tag to compare

@Zac-HD Zac-HD released this 12 Aug 18:47
· 6 commits to master since this release

This release improves our heuristic for when to run the "Phase.target"
phase, which optimises scores from "hypothesis.target()". Behaviour is
unchanged for "max_examples" below 1000. For larger budgets we now
start optimising much earlier, and alternate between generation and
optimisation for as long as scores keep improving, instead of running
a single optimisation pass halfway through the run. Exploratory
searches using "target()" with a large budget should now make much
better use of it (issue #3176).

The canonical version of these notes (with links) is on readthedocs.