Skip to content

Swap instead of copy vector #15

@michieluithetbroek

Description

@michieluithetbroek

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions