This is a sample project for showcasing how optimization can be performed in Python using Artemis
Build:
make && make compileRun Main:
./build/src/mainRun Unit Tests:
./build/tests/tests [test]Run Benchmarking:
./build/tests/tests [benchmark]For more advanced settings, run cmake directly.