Improvements
-
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 (#329).
-
A new function is used to access all of the space-filling designs called
grid_space_filling()
(#329). -
Two new parameters,
activation_2()
andhidden_units_2()
, for use withbrulee::brulee_mlp_two_layer()
(#339).
Deprecations
-
grid_max_entropy()
andgrid_latin_hypercube()
are deprecated in favor ofgrid_space_filling()
(#332). -
pull_dials_object()
has been removed (#344). -
The
grid_*()
methods forworkflow
objects have been removed (#344). -
The deprecation of the
default
argument to the constructorsnew_quant_param()
andnew_qual_param()
has been escalated to an error (#344).