tidymodels / dials

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

Expand space-filling designs #329

Closed topepo closed 5 months ago

topepo commented 7 months ago

Closes #307

The space-filling design functionality was expanded to include several new types of designs: Audze-Eglais, max/min L1, max/min L2, and uniform. These are all pre-computed designs accessed from the sfd package.

A new function is used to access all of the space-filling designs called grid_space_filling().

hfrick commented 5 months ago

The failure on R 3.6 is okay, we don't support that version anymore.