See (cobweb/README.md)
Some of the modules depend on Eigen3, which can be installed on mac with the following: brew install eigen
.
It can be installed on ubuntu with the following: sudo apt install libeigen3-dev
Afterwards navigate to the project root directory and run pip install .
Intergrated Rapidjson for fast model loading
mode=0
: evaluating all four tree operations everytimemode=1
: using insert (BEST) operation onlymode=2
: randomly select one of the four operations after identifying two best childrenmode=3
: using insert (BEST) operation, and with a small probability, usemode=0
to get current tree operation
[] Support streamline json model saving [] Investigate high memory usage during inference
Test