Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Use dynamic programming in the functions from* #9

Open
llrs opened this issue Jul 23, 2018 · 1 comment
Open

Use dynamic programming in the functions from* #9

llrs opened this issue Jul 23, 2018 · 1 comment
Labels
enhancement 🍦 New feature or request

Comments

@llrs
Copy link
Owner

llrs commented Jul 23, 2018

Many function that simulate a GSC are quite slow (more than 300 iterations ~ 1 min) if they reach a solution in timely manner.

Proposed change: use dynamic programming, create the amount of data and remove when they are picked. It might improve time results.

@llrs llrs added the enhancement 🍦 New feature or request label Oct 31, 2018
@llrs
Copy link
Owner Author

llrs commented Nov 25, 2018

First working on the #11 and then I can improve the from* functions

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement 🍦 New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant