Commit b45ded8
committed
Fix evaluation count in PyATF search strategies
The search strategies from PyATF are not guaranteed to always give a unique point. It is possible that
`get_next_coordinates` actually returns the same configurations multiple times. However, these should
not count towards the evaluation limit (`max_feval`).
This commit makes it so that only unique configuration evaluations are counted towards the limit.1 parent f9b223b commit b45ded8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments