beniz / hmdp

hmdp is a C++ library and tools for solving Markov Decision Processes (MDPs) with hybrid discrete and/or continuous state-spaces.
Apache License 2.0
23 stars 4 forks source link

Multithreaded operations #5

Open beniz opened 10 years ago

beniz commented 10 years ago

Multithread version of the current code, to take advantage of multiple cores. Likely to be implemented with openMP.