Stefan-Endres / shgo

Simplicial Homology Global Optimization
https://stefan-endres.github.io/shgo
MIT License
44 stars 12 forks source link

The skip argument is not consistently handled in sobol_points_* #24

Closed alchemyst closed 3 years ago

alchemyst commented 6 years ago

The code expects to pass a skip argument to sobol_points, but sobol_points_10k doesn't accept such an argument.

This shows two things:

Stefan-Endres commented 3 years ago

Since moving to scipy.stats.qmc this issue is no longer relevant after upstream fixes, closing.