ParameterGrid

Type Alias ParameterGrid 

Source
pub type ParameterGrid = HashMap<String, Vec<ParameterValue>>;
Expand description

Parameter grid for grid search

This represents all possible combinations of hyperparameters to test. Each parameter name maps to a vector of possible values.

Aliased Typeยง

pub struct ParameterGrid { /* private fields */ }