Commit Graph

239 Commits

Author SHA1 Message Date
1986effcd5 Update MSS results 2020-02-03 10:51:57 -06:00
9239c4eb82 LearningSolver: add more constructor options; perform fit in parallel 2020-02-03 10:50:21 -06:00
1300a73bc2 WarmStart: save trained predictors; update defaults 2020-02-03 10:46:03 -06:00
f7f3b7e525 Branching: use variable categories instead of hardcoded indices 2020-02-03 10:42:05 -06:00
203537711f Export components and predictors 2020-02-01 08:22:52 -06:00
ccfcbe4e64 Unify API for challenges 2020-01-31 20:48:05 -06:00
82dfe20001 Do not collect training data during benchmarks 2020-01-31 20:47:27 -06:00
2679522b76 Merge components more efficiently 2020-01-31 11:06:07 -06:00
46e19eed1b Knapsack: minor correction to docs; update docstrings 2020-01-31 10:34:04 -06:00
c1ede58fbe Adjust knapsack challenge; introduce round option 2020-01-31 10:30:45 -06:00
2692e6946a Disable BranchPriorityComponent by default 2020-01-30 13:47:56 -06:00
354d0ac541 Branching: read priorities as float 2020-01-30 13:46:45 -06:00
46298db097 Fix docstrings regarding variables that should not be predicted 2020-01-30 13:22:17 -06:00
25ba23a58d Minor updates to knapsack docs; add challenge 2020-01-30 13:09:45 -06:00
a3309aa4b2 PerVariableTransformer: ignore variables with None category 2020-01-30 13:08:08 -06:00
8fe9ff1cd8 Knapsack: add fix_w and w_jitter 2020-01-30 09:45:28 -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
94bcaa4a10 Remove unused parameters 2020-01-29 20:53:05 -06:00
b48dfad3aa Minor changes 2020-01-29 08:36:36 -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
68191837a9 Make package work with persistent solvers; update README.md 2020-01-26 11:45:57 -06:00
228d41fb6b Switch to Gurobi by default 2020-01-26 11:17:48 -06:00
3c9b1e2f44 Improve stable set generator 2020-01-26 08:25:26 -06:00
3644c59101 BenchmarkRunner: save and load results 2020-01-24 09:29:44 -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
480da41fa9 Implement KnnWarmStartPredictor; make it the default method 2020-01-23 12:32:40 -06:00
35218d4893 Update README and copyright notice; rename heuristic mode 2020-01-23 11:13:37 -06:00
3bb6e61e82 LearningSolver: add fix_variables option; simplify ws_predictor option 2020-01-22 21:05:22 -06:00
077d5326bc Add Maximum-Weight Stable Set Problem 2020-01-22 20:37:24 -06:00
e96f678518 LearningSolver: Flip warmstart labels 2020-01-22 20:36:43 -06:00
eb9a677136 Implement LogisticWarmStartPredicitor with tests 2020-01-22 16:56:47 -06:00
e13eba86b0 Make LearningSolver work with persistent solvers 2020-01-22 15:20:59 -06:00
f538356bf6 Temporarily remove unused files; make package work with Cbc 2020-01-22 13:45:14 -06:00
e4526bc724 Add PerVariableTransformer 2019-12-20 14:18:26 -06:00
3ef1733334 Initial version 2019-12-17 13:21:33 -06:00