setu.NLESearchSpace#
- class setu.NLESearchSpace(flow_type=('nsf', 'maf'), n_layers=(2, 12), nn_width=(32, 64, 128, 256), nn_depth=(1, 3), activation=('relu', 'tanh', 'silu'), learning_rate=(0.0001, 0.005), knots=(4, 16), interval=(2.0, 6.0))[source]#
Bases:
objectSearch space for NLE hyperparameter tuning.
Convention:
tuple[int, int]ortuple[float, float]fields are sampled as uniform ranges (low, high). Untypedtuplefields are sampled as categorical choices.