BudgetRule

class BudgetRule(var replicationBudget: Int) : NgaTransitionRuleIfc(source)

Soft-budget transition rule (§A.12): transition once the global phase has consumed at least replicationBudget simulation replications.

Parameters

replicationBudget

the replication budget for the global phase; must be at least 1

Constructors

Link copied to clipboard
constructor(replicationBudget: Int)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

True if the global phase should transition to the local phase now.