csp
csp copied to clipboard
Look into removing autogen from the build
Currently there are only two items generated to build csp engine
- TimeIndexPolicy
- dynamic BasketInfo struct
this complicated the build immensely, and also blocks us from cross compiling: https://github.com/Point72/csp/issues/264
We should see if there is a nice way to define these types in C++ and expose them to python, rather than define them in python and autogen c++