Using the tool
Preparation
Before running the tool, make sure you have all dependencies installed (see Installation).
If you are using the GUI, see the instructions here instead.
Your input data should be inside the data
directory (or alternatively, edit the config.toml
file).
Set the settings in the config.toml
file to your preferences, see Configuration.
Running the tool
The tool can be executed by running the SOM_Launcher.bat
app from the main directory.
Alternatively, navigate to the src
directory and run the main.py
directly:
cd "/path/to/SOM/src"
python main.py
Results
The results matrices are saved to the excel file set in config.toml
. The individual simulation round results are saved to the sim_res
folder. Plots are saved to the output
folder.