Commit Graph

15 Commits

Author SHA1 Message Date
635c16386d Update copyright notices 2020-02-21 11:35:09 -06:00
85b804610f Move components into submodule 2020-02-05 12:50:36 -06:00
cb0b3d5468 Fix component name 2020-02-05 12:15:09 -06:00
6685f4ff23 Switch tests to simpler Knapsack encoding; remove outdated test 2020-02-04 11:34:03 -06:00
9239c4eb82 LearningSolver: add more constructor options; perform fit in parallel 2020-02-03 10:50:21 -06:00
354d0ac541 Branching: read priorities as float 2020-01-30 13:46:45 -06:00
a9776715f4 Implement MultiKnapsackGenerator and MultiKnapsackInstance 2020-01-30 07:44:57 -06:00
1e0a1d48db Fix test_solver.py 2020-01-29 21:51:56 -06:00
6a29411df3 Modularize LearningSolver into components; implement branch-priority 2020-01-28 13:35:51 -06:00
f7d20ed52b Add customizable branch priority; add more metrics to BenchmarkRunner 2020-01-28 06:51:49 -06:00
8f141e6a9d Implement BenchmarkRunner 2020-01-23 21:59:59 -06:00
fa847f76ec LearningSolver: add method for solving training instances in parallel 2020-01-23 13:39:51 -06:00
5817f273e9 Implement solver.save and solver.load; update README 2020-01-23 12:57:15 -06:00
35218d4893 Update README and copyright notice; rename heuristic mode 2020-01-23 11:13:37 -06:00
f538356bf6 Temporarily remove unused files; make package work with Cbc 2020-01-22 13:45:14 -06:00