We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grid_latin_hypercube()
grid_space_filling()
Chapter 13, https://www.tmwr.org/grid-search, shows the use of the function grid_latin_hypercube, but this wil trigger the warning:
grid_latin_hypercube
grid_latin_hypercube() was deprecated in dials 1.3.0. ℹ Please use grid_space_filling() instead.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Chapter 13, https://www.tmwr.org/grid-search, shows the use of the function
grid_latin_hypercube
, but this wil trigger the warning:The text was updated successfully, but these errors were encountered: