Method IterateState
IterateState(int)
Deterministically offsets a sampler's state. Note that ConstantSamplers do not have a state to iterate.
Declaration
public void IterateState(int offsetIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | offsetIndex | The index used to offset the sampler's state. Typically set to either the current scenario iteration or a job's batch index. |