An algorithm built for the Correlation One Terminal West Coast Regional Compeition
Examine folder "prototypo_X2" for the final algorithm.
Run the script on a CLI by navingating to the main directory and using one the following commands based on OS:
./scripts/test_algo_mac "algorithm name"
./scripts/test_algo_linux "algorithm name"
./scripts/test_algo_windows "algorithm name"
Replace "algorithm name" with the name of the folder containing the algo_strategy.py file.
For example:
./scripts/test_algo_windows prototypo_X2