/termo-solver

Resolvendo estatisticamente o termoo.oo

Primary LanguageJupyter NotebookMIT LicenseMIT

Termo-Solver

Helper for solving term.ooo with statistics.

Install

Dependencies managed with conda. To install this package`s environment, just do:

cd termo-solver
conda env create .env -f environment.yml

Then to use the solver script:

conda activate ./.env
cd solver
python generate_matches.py # (this is WIP)
termo-solver

Disclaimer

Under development!

Currently the code in cli.py is very incorrect.

The more correct analysis is in notebook/tree.ipynb and notebook/vetorize.ipynb.

I went a little overboard with the vectorized operations, but it was fun!

Feel free to open issues and PRs.