csp icon indicating copy to clipboard operation
csp copied to clipboard

Look into removing autogen from the build

Open robambalu opened this issue 1 year ago • 0 comments

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++

robambalu avatar Jun 27 '24 13:06 robambalu