|
|
6540c88cc5
|
Component: Add default implementations to all methods
|
2020-12-05 20:34:00 -06:00 |
|
|
|
94b493ac4b
|
Implement CompositeComponent
|
2020-12-05 20:16:22 -06:00 |
|
|
|
d99600f101
|
Reformat source code with Black; add pre-commit hooks and CI checks
|
2020-12-05 10:59:33 -06:00 |
|
|
|
3823931382
|
RelaxationComponent: max_iterations
|
2020-12-04 10:30:55 -06:00 |
|
|
|
0b41c882ff
|
Merge branch 'feature/files' into dev
|
2020-12-04 09:41:23 -06:00 |
|
|
|
388b10c63c
|
Train without loading all instances to memory
|
2020-12-04 09:37:41 -06:00 |
|
|
|
54d80bfa85
|
RelaxationComponent: Implement check_dropped
|
2020-12-04 09:33:46 -06:00 |
|
|
|
51b5d8e549
|
Component: rename iteration_cb and lazy_cb
|
2020-12-04 08:35:43 -06:00 |
|
|
|
1b6982ae8d
|
Implement RelaxationComponent
|
2020-10-08 15:03:17 -05:00 |
|
|
|
3c4045f64b
|
StaticLazy: Add tolerance to tests
|
2020-10-05 11:44:51 -05:00 |
|
|
|
4144b8b6b3
|
Primal: In evaluate, skip variables without predictions
|
2020-10-05 11:28:30 -05:00 |
|
|
|
b51c367257
|
UserCutsComponent: ignore training instances without cut data
|
2020-10-05 11:26:36 -05:00 |
|
|
|
a221740ac5
|
Implement lazy callbacks & two-phase gap
|
2020-09-25 06:02:07 -05:00 |
|
|
|
ba96338d2d
|
Small fixes to lazy constraints
|
2020-09-24 14:30:29 -05:00 |
|
|
|
e527e75481
|
Implement iteration_cb for LearningSolver; reactivate TSP
|
2020-09-23 17:46:18 -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 |
|
|
|
5ccd65c809
|
Remove empty tests
|
2020-09-23 14:25:30 -05:00 |
|
|
|
6b104433be
|
Improve logging
|
2020-09-15 08:46:49 -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 |
|
|
|
72fc65cae0
|
LazyConstraintsComponent: make threshold configurable
|
2020-03-05 12:55:00 -06:00 |
|
|
|
5eee00c626
|
Plot predicted objective value
|
2020-02-26 15:45:02 -06:00 |
|
|
|
0b04fa93da
|
Finish TSP implementation; improve performance of Extractors
|
2020-02-25 22:31:03 -06:00 |
|
|
|
959cb54d27
|
Remove load_state and save_state
|
2020-02-24 22:16:51 -06:00 |
|
|
|
7a01d9cbcf
|
Implement TSP generator and LazyConstraintsComponent
|
2020-02-24 22:01:12 -06:00 |
|
|
|
30e7d7313c
|
Fix failing test
|
2020-02-24 10:11:19 -06:00 |
|
|
|
996b16f1b7
|
Add missing files
|
2020-02-24 10:02:52 -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 |
|
|
|
212e38d004
|
Make SolutionExtractor use instance.solution and instance.lp_solution
|
2020-02-22 22:19:30 -06:00 |
|
|
|
4bf7636f51
|
Fix tests for CPLEX; temporarily disable incompatible tests
|
2020-02-21 15:35:17 -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 |
|
|
|
c3902ad61c
|
Branching: Make classifier configurable
|
2020-02-21 11:20:21 -06:00 |
|
|
|
cae1915660
|
Reactivate linear relaxation code; move to WarmStartComponent
|
2020-02-11 16:50:16 -06:00 |
|
|
|
85b804610f
|
Move components into submodule
|
2020-02-05 12:50:36 -06:00 |
|