Commit Graph

33 Commits

Author SHA1 Message Date
fe47b0825f Remove unused extractors 2021-01-26 22:20:18 -06:00
edd0c8d750 Remove RelaxationComponent 2021-01-25 18:12:52 -06:00
8dba65dd9c Start refactoring of classifiers 2021-01-22 11:35:29 -06:00
23dd311d75 Reorganize imports; start moving data to instance.training_data 2021-01-20 12:02:25 -06:00
f77d1d5de9 ConvertTight: Detect and fix infeasibility 2021-01-12 10:05:57 -06:00
ec00f7555a Export steps 2021-01-07 10:34:38 -06:00
d99600f101 Reformat source code with Black; add pre-commit hooks and CI checks 2020-12-05 10:59:33 -06:00
1b6982ae8d Implement RelaxationComponent 2020-10-08 15:03:17 -05:00
5390a5b656 Rename LazyConstraintsComponent to DynamicLazyConstraintsComponent 2020-09-23 17:34:19 -05:00
425ea2b7cc Temporarily remove native solver callbacks; add iteration_cb 2020-09-23 17:30:39 -05:00
e731f46b72 Implement preliminary version of static lazy component 2020-09-23 14:27:17 -05:00
5663ced0be Move python files to root folder; remove built docs 2020-08-29 11:42:02 -05:00
7765d1f822 Reorganize directories 2020-03-05 17:58:56 -06:00
0b04fa93da Finish TSP implementation; improve performance of Extractors 2020-02-25 22:31:03 -06:00
7a01d9cbcf Implement TSP generator and LazyConstraintsComponent 2020-02-24 22:01:12 -06:00
a2fbb9f8d8 Implement PrimalSolutionComponent; remove deprecated predictors 2020-02-24 10:01:21 -06:00
ccd694af9b Implement ObjectiveValueComponent 2020-02-23 15:09:57 -06:00
7de1db047f Implement InstanceFeaturesExtractor and ObjectiveValueExtractor 2020-02-23 12:23:45 -06:00
212e38d004 Make SolutionExtractor use instance.solution and instance.lp_solution 2020-02-22 22:19:30 -06:00
4ab957b686 Update copyright notices 2020-02-21 15:03:33 -06:00
7d8279a3bb Merge branch 'master' into dev 2020-02-21 12:18:06 -06:00
635c16386d Update copyright notices 2020-02-21 11:35:09 -06:00
d3b5b43b94 Implement AdaptiveSolver; reorganize imports 2020-02-21 11:22:44 -06:00
85b804610f Move components into submodule 2020-02-05 12:50:36 -06:00
17c21382c5 miplearn module: export extractors 2020-02-04 11:34:38 -06:00
203537711f Export components and predictors 2020-02-01 08:22:52 -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
8f141e6a9d Implement BenchmarkRunner 2020-01-23 21:59:59 -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
e4526bc724 Add PerVariableTransformer 2019-12-20 14:18:26 -06:00
3ef1733334 Initial version 2019-12-17 13:21:33 -06:00