run
Method of SSEAlgorithm.
Overloads
| Name | Description |
|---|---|
run(integer sweeps) -> void | Runs production sweeps with default parameters. |
run(integer sweeps, SSEOrderEstimator sse_order_estimator) -> void | Runs production sweeps and updates the order estimator. |
run(integer sweeps, SSEOrderEstimator sse_order_estimator, const Map options) -> void | Runs production sweeps with estimator and options map. |
run(integer sweeps, const Map options) -> void | Runs production sweeps with options map. |
run(integer sweeps) -> void
Runs production sweeps with default parameters.
Parameters
- sweeps: Number of production sweeps.
run(integer sweeps, SSEOrderEstimator sse_order_estimator) -> void
Runs production sweeps and updates the order estimator.
Parameters
- sweeps: Number of production sweeps.
- sse_order_estimator: The estimator for the order.
run(integer sweeps, SSEOrderEstimator sse_order_estimator, const Map options) -> void
Runs production sweeps with estimator and options map.
Parameters
- sweeps: Number of production sweeps.
- sse_order_estimator: The estimator for the order.
- options: Sweep options map.
run(integer sweeps, const Map options) -> void
Runs production sweeps with options map.
Parameters
- sweeps: Number of production sweeps.
- options: Sweep options map.