Skip to main content

run

Method of SSEAlgorithm.

Overloads

NameDescription
run(integer sweeps) -> voidRuns production sweeps with default parameters.
run(integer sweeps, SSEOrderEstimator sse_order_estimator) -> voidRuns production sweeps and updates the order estimator.
run(integer sweeps, SSEOrderEstimator sse_order_estimator, const Map options) -> voidRuns production sweeps with estimator and options map.
run(integer sweeps, const Map options) -> voidRuns 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.