-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In the function void MDP::solve() we copy the whole vector d_valueA = d_valueB. However, we do not need d_valueB anymore after this call so we may swap the vectors. This might help when the state space gets really large.
I can also image that is doesn't help. So postpone this issue such that we can test later on.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request