-
Notifications
You must be signed in to change notification settings - Fork 1
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
Integer programming #3
Comments
https://towardsdatascience.com/integer-programming-in-python-1cbdfa240df2 - I need to think about the combinatorial vs convex setting. Why is |
|
Still pending - but I implemented a brute-force search in the neighborhood of the heuristic solution today. |
Potential reference: |
Part of the workflow (as I hope to present formally) is real integer programming to finesse the final order, not the ham-fisted heuristics I used with the posterior.
I'll need to choose a library and implement this integer programming.
One point of discussion will be runtime: the current order builds in a few seconds on my 2015 MacBook Air. Integer programming is NP-Complete, and it will be interesting to see how different the "real" optimal order will be, and at what runtime cost.
The text was updated successfully, but these errors were encountered: