Closed C-bowman closed 1 year ago
The starting_positions argument of EnsembleSampler now requires a single 2D numpy.ndarray rather than a list of 1D arrays. Improved validation of starting_positions values.
starting_positions
EnsembleSampler
numpy.ndarray
EnsembleSampler now uses the Bounds class to handle parameter boundaries.
Bounds
Gradual type-hinting for EnsembleSampler.
The
starting_positions
argument ofEnsembleSampler
now requires a single 2Dnumpy.ndarray
rather than a list of 1D arrays. Improved validation ofstarting_positions
values.EnsembleSampler
now uses theBounds
class to handle parameter boundaries.Gradual type-hinting for
EnsembleSampler
.