Run a Simulation

Folder Structure

Before running simulations, make sure to create a new folder to save your data into. Here we use the following folder structure:

  • ./simulation_data/

    • csv/

    • png/

Run the profit sharing model

In your terminal:

tsp run assets/netlists/opsci_profit_sharing/netlist.py simulation_data/csv/ps_01

To plot the results:

tsp plot assets/netlists/opsci_profit_sharing/netlist.py simulation_data/csv/ps_01 simulation_data/png/ps_01 

Last updated