You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
(conservation of matter, SFC-specific) The AB economic model MUST be stock-flow consistent. This can be enforced by disabling Inventory.create when it is not followed by Inventory.destroy. This can be statically-checked before runtime.
(floating point stability, EM-specific) Monetary arithmetic MUST be conducted in long double or an
arbitrary-precision signed decimal number in the smallest currency unit that exists in the model.
(repeatability, DES-specific) Agents execution order within a scheduler's step(), while randomized, MUST be deterministic, specified from a random seed.
(double-entry accounting, EM-specific) A = C + L.
(floating point rounding, EM-specific) Ensure banker's rounding.
The text was updated successfully, but these errors were encountered:
rht
changed the title
General constraints on the simulations that MUST be ensured
RFC: General constraints on the simulations that MUST be ensured
Jul 3, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Inventory.create
when it is not followed byInventory.destroy
. This can be statically-checked before runtime.long double
or anarbitrary-precision signed decimal number in the smallest currency unit that exists in the model.
step()
, while randomized, MUST be deterministic, specified from a random seed.A = C + L
.Glossary; hierachy of scopes:
The text was updated successfully, but these errors were encountered: