Skip to content

History

Kevin edited this page Oct 13, 2023 · 2 revisions

Introduction

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.

How it works

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.

Clone this wiki locally