Inventory Policy Reorder Point Order Up To Level
An (r, S) inventory policy: when the inventory position falls to reorderPoint or below, orders enough units to bring the position up to orderUpToPoint.
See sc.inventorylayer.InventoryPolicyReorderPointOrderUpToLevel
Constructors
Properties
The initial order-up-to level S = r + SDelta (derived, read-only).
The initial order-up-to gap SDelta = S − r (>= 1), applied at the start of each replication; S is derived as r + SDelta. See initialReorderPoint for the initial-vs-current contract and the rationale for the delta parameterization.
The initial reorder point r applied at the start of each replication.
Functions
Decide whether to place a replenishment order now.
Snapshot the current parameter values.
Replace the parameter vector restored at the start of each replication. Subclasses validate the array shape and contents.
Two-argument convenience for setInitialPolicyParameters.
Change the policy parameters during a replication.