-
Notifications
You must be signed in to change notification settings - Fork 6
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
Multiple stocks for solver #71
Conversation
…ns, simplify testjob multi, test more cases, migrate test large for benchmarking, simplify typing
…mpl of multi FFD & gapfill still missing
…i m, test for sequence of big and small
FFD and/or gapfill are still missing, bruteforce has issues with ignore_stocks. bruteforce should have a lot better performance though, might be enough for smaller production cases |
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…tly "broken" with less efficient solution
…-3.7' into feature/multi-stocks
Everything should be done now 🎉 Will merge, build and publish as a release the following days. This merge contains a lot of API changes, we'll see how many users had :latest tags for their docker images, |
Major rework to support different stocks. Might get another API (/solve_multi ..?) if solutions are too different from the main solver.
Closes #52