Skip to main content

equilibrate

Method of SSESimulation.

Overloads

NameDescription
equilibrate(integer sweeps, RandomGenerator generator) -> voidRuns a given number of equilibration sweeps, allowing the expansion cutoff to expand.
equilibrate(integer sweeps) -> voidRuns a given number of equilibration sweeps, allowing the expansion cutoff to expand. Uses the default random number generator.

equilibrate(integer sweeps, RandomGenerator generator) -> void

Runs a given number of equilibration sweeps, allowing the expansion cutoff to expand.

Parameters

  • sweeps: The number of equilibration sweeps to run.
  • generator: A random number generator.

equilibrate(integer sweeps) -> void

Runs a given number of equilibration sweeps, allowing the expansion cutoff to expand. Uses the default random number generator.

Parameters

  • sweeps: The number of equilibration sweeps to run.