Skip to main content

Module random

Module random 

Source
Expand description

Uniform random sampling strategy for parameter variation.

Random selects a parameter uniformly at random on each call, then samples its value uniformly from [min, max], quantizing to the nearest step. It provides broad coverage without systematic ordering, which can be useful when the search space is large and a full GridStep sweep is too expensive.

Structsยง

Random
Uniform random sampling within parameter bounds.