Skip to main content

Module grid

Module grid 

Source
Expand description

Systematic grid sweep strategy for parameter variation.

GridStep iterates each parameter through its discrete steps in order, skipping variations that have already been visited. This gives exhaustive coverage of the search space and is well-suited as a first-pass exploration before switching to a Neighborhood or Random strategy.

Structsยง

GridStep
Systematic grid sweep: iterate each parameter through its discrete steps, skip visited.