forked from joshuad31/tandapay-simulation2
-
Notifications
You must be signed in to change notification settings - Fork 2
History
Kevin edited this page Oct 13, 2023
·
2 revisions
History stores the results of all Simulation Runs, Searching Runs, and Statistics Runs. It's great if you need to go back and see a result again after you have already closed the window. Very simple to use.
History stores the results of all Simulation Runs, Searching Runs, and Statistics Runs. It stores them in an sqlite database file, and can easily be adapted to store them in a remote database by modifying the file util/results_db.py with your credentials. The code is already in-place to do it.