You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are differences between the Sobol sequence generated using goptuna Sobol Engine Draw versus scipy.stats.qmc.Sobol.
Tracing the problem points to the wrong set of direction numbers being used.
Hi,
Thank you so much on your work for Go optuna.
There are differences between the Sobol sequence generated using goptuna Sobol Engine Draw versus scipy.stats.qmc.Sobol.
Tracing the problem points to the wrong set of direction numbers being used.
In
func initDirectionNumbers
from https://github.com/c-bata/goptuna/blob/main/sobol/engine.go, instead ofit should be
The text was updated successfully, but these errors were encountered: