SimulationAllocationRuleIfc

Strategy for deciding how many additional simulation replications a solution should receive at a given COMPASS iteration. ISC increases each surviving point's simulation effort as the search proceeds so that estimation noise shrinks fast enough to guarantee convergence. A rule maps the current iteration count and a solution's accumulated replications to the number of extra replications to request now (never negative).

Inheritors

Functions

Link copied to clipboard
abstract fun additionalReplications(solution: Solution, iteration: Int): Int

The number of additional replications to allocate to solution at iteration iteration.