sakrejda / protostan

Thin protobuf interface wrapper for Stan
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

POC: cmdstan-protostan #33

Closed ariddell closed 8 years ago

ariddell commented 8 years ago

Prototyping actual use of protostan+stan will be easier to do in C++. It's too hard to do in Python right now because protobuf3 is still in beta.

sakrejda commented 8 years ago

@ariddell Keep me in the loop if you get somewhere with this---I'm working on a writer (over the next few days) and I'll have to do a similar fork/hack dance to verify that it uses a not unreasonable amount of CPU time to construct/writer protobuf messages for output (issue #37).

ariddell commented 8 years ago

I've started on this. I'll push it to https://github.com/ariddell/cmdstan-protostan

ariddell commented 8 years ago

I still need to hook it up to travis and reorganize the directory structure but it's working.