Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
expanded usage and output
  • Loading branch information
aledcuevas committed Aug 15, 2022
1 parent 055bcd3 commit 3245a07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,8 @@ thus defining a probability space is harder than just using frequency as a weigh
Other parameters that ought to be tweaked for the simulation are encased in the following variables:
`SIMULATION_PARAMETERS`, `SCRAPING_PARAMETERS`, and `PR_PARAMETERS`.


### Usage and Output

Once the simulation is parameterized, the simulation can be started. On the screen you will see a counter of days. This counter tracks the current day being simulated in the market. In the current state, the simulation will not save any results to disk apart from parameter summaries. This is intentional. There are many Python dictionaries which are used to track various things in the scrapers, such as abundance estimations, revenue estimates, and coverage. These can be chosed to be serialized to disk as needed.

0 comments on commit 3245a07

Please sign in to comment.