forked from brikikeks/tyrant_optimize
-
Notifications
You must be signed in to change notification settings - Fork 7
v5.0.0 database
Alexander Puck Neuwirth edited this page Apr 2, 2023
·
1 revision
v5.0.0 adds a database to the data directory as database.yml
. It stores all ran simulations and reuses them (if they were run with enough iterations) instead of simulating again.
By default the database is enabled. Options to change the behavior are listed below:
-
no-db-write
database will not be written to disk again at the end. -
no-db-load
database is not loaded from the dist. The database fresh computed database will replace existingdatabase.yml
. -
no-db
disables write and load operation -
strict-db
tuo aborts if the database is either from a different tuo version or from different xml files. -
db-limit N
lets you specify the amount (N
) of simulations to be stored in the database (default is infinite).