tidymodels / dials

Tools for creating tuning parameter values
https://dials.tidymodels.org/
Other
111 stars 26 forks source link

Revise space-filling designs #307

Closed topepo closed 3 months ago

topepo commented 1 year ago

We currently make our space-filling designs on-the-fly using functions in DiceDesign. They use random numbers and don't always produce the best results.

This website has compiled designs that have been optimized for varying numbers of parameters and sizes. They are free of charge and I've already scraped them.

I'd like to:

This is also made me feel that we should adjust the grid_max_entropy() function to raise the values of the radius and the number of iterations to make them more stable. We could also add a tries argument that will use different random numbers and take the design with the best results.