Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Ram after solving #29

Open
Barcode9 opened this issue Jun 10, 2023 · 1 comment
Open

Release Ram after solving #29

Barcode9 opened this issue Jun 10, 2023 · 1 comment

Comments

@Barcode9
Copy link

Hi,

one very cool change that would allow some experimenting with having multiple different solves open and compare them, would be to release RAM after solving.

@b-inary
Copy link
Owner

b-inary commented Jun 12, 2023

In fact, RAM is essentially required if we want to keep all information about the strategy and EVs for all decision nodes. In this sense, we cannot release RAM after solving.
A possible workaround, for example, is to discard information about post-river nodes and recalculate them on the fly when we want to see them. This treatment reduces RAM usage, but may also slightly degrade the user experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants