-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
For SOTA models most PyLCM users solve and simulate the model on a server, which often has multiple GPUs available.
If multiple GPUs are available, PyLCM should be able to leverage this.
Where it could help
Multi-regime case:
In the multi-regime case, in a given period we compute the value function for each regime. These computations are independent and embarrassingly parallel and could be done on separate hardware.
Split-up state-space:
For very large state-spaces that cannot be reduced further using regimes, we could try to divide the state-space into as many pieces as there is hardware available.