equilibrate
Method of SSESimulation.
Overloads
| Name | Description |
|---|---|
equilibrate(integer sweeps, RandomGenerator generator) -> void | Runs a given number of equilibration sweeps, allowing the expansion cutoff to expand. |
equilibrate(integer sweeps) -> void | Runs 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.