josiann.moves.ensemble.EnsembleMove
- class josiann.moves.ensemble.EnsembleMove(*, bounds=None, repr_attributes=(), **kwargs)[source]
Base class for building moves that require an ensemble of walkers to evolve in parallel.
Instantiate a Move.
- Parameters:
bounds (
Optional[ndarray[tuple[int,...],dtype[float64|int64]]] (default:None)) – optional sequence of (min, max) bounds for values to propose in each dimension.repr_attributes (
tuple[str,...] (default:())) – list of attribute names to include in the string representation of this Move.kwargs (Any)
Methods
Instantiate a Move.
Generate a new proposed vector x.
Set bounds for the move.
Methods
- EnsembleMove.__init__(*, bounds=None, repr_attributes=(), **kwargs)
Instantiate a Move.
- Parameters:
bounds (
Optional[ndarray[tuple[int,...],dtype[float64|int64]]] (default:None)) – optional sequence of (min, max) bounds for values to propose in each dimension.repr_attributes (
tuple[str,...] (default:())) – list of attribute names to include in the string representation of this Move.kwargs (Any)