|
|
68e972c635
|
Docs: Add TSP
|
2020-02-24 22:03:12 -06:00 |
|
|
|
7a01d9cbcf
|
Implement TSP generator and LazyConstraintsComponent
|
2020-02-24 22:01:12 -06:00 |
|
|
|
477e7677ed
|
README.md: Fix typo
|
2020-02-24 21:46:13 -06:00 |
|
|
|
f713a399a8
|
Merge branch 'master' into feature/tsp
|
2020-02-24 14:22:20 -06:00 |
|
|
|
f22aecb14d
|
Add missing docs files
|
2020-02-24 14:22:04 -06:00 |
|
|
|
ec48d2120b
|
Fix documentation links
|
2020-02-24 10:57:16 -06:00 |
|
|
|
cc1df1b3fe
|
Update documentation
|
2020-02-24 10:31:29 -06:00 |
|
|
|
30e7d7313c
|
Fix failing test
|
2020-02-24 10:11:19 -06:00 |
|
|
|
9acffadabe
|
Add benchmark results for multidimensional knapsack
|
2020-02-24 10:03:17 -06:00 |
|
|
|
996b16f1b7
|
Add missing files
|
2020-02-24 10:02:52 -06:00 |
|
|
|
bd1d2117c5
|
Update benchmark scripts
|
2020-02-24 10:01:56 -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 |
|
|
|
b428a4fc36
|
Add option to solve root relaxation only
|
2020-02-23 12:23:45 -06:00 |
|
|
|
15ee7f51ee
|
Update benchmark scripts
|
2020-02-22 22:56:53 -06:00 |
|
|
|
9e4004ae8a
|
Silence Gurobi
|
2020-02-22 22:45:30 -06:00 |
|
|
|
b60afab5ef
|
Extract value of LP relaxation
|
2020-02-22 22:40:54 -06:00 |
|
|
|
10ad8e0a9e
|
Make Gurobi the default solver
|
2020-02-22 22:30:26 -06:00 |
|
|
|
24b0a7888e
|
Update benchmark scripts
|
2020-02-22 22:29:46 -06:00 |
|
|
|
212e38d004
|
Make SolutionExtractor use instance.solution and instance.lp_solution
|
2020-02-22 22:19:30 -06:00 |
|
|
|
0048fcce13
|
Extract root relaxation solution
|
2020-02-22 22:02:30 -06:00 |
|
|
|
7641504f3a
|
Update GitHub Actions
|
2020-02-22 20:39:54 -06:00 |
|
|
|
71ac2cb111
|
Documentation: update supported solvers and solver customization
|
2020-02-22 20:23:33 -06:00 |
|
|
|
f8e8aeb973
|
Better encapsulate solvers
|
2020-02-22 20:22:33 -06:00 |
|
|
|
141c8f0fdf
|
Store solution into instance object after solving
|
2020-02-22 19:32:21 -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 |
|
|
|
55932fbe5b
|
Docs: fix syntax highlighting
|
2020-02-21 12:03:31 -06:00 |
|
|
|
940d434a14
|
Update copyright notice
|
2020-02-21 11:49:23 -06:00 |
|
|
|
b1f90b934e
|
Update link to documentation and license
|
2020-02-21 11:45:22 -06:00 |
|
|
|
29d3c7bb9e
|
Move docs folder
|
2020-02-21 11:43:25 -06:00 |
|
|
|
635c16386d
|
Update copyright notices
|
2020-02-21 11:35:09 -06:00 |
|
|
|
4bae218f1f
|
Add open-source license
|
2020-02-21 11:25:48 -06:00 |
|
|
|
10a4b073ac
|
Add open-source license
|
2020-02-21 11:23:13 -06:00 |
|
|
|
d3b5b43b94
|
Implement AdaptiveSolver; reorganize imports
|
2020-02-21 11:22:44 -06:00 |
|
|
|
1213f1d0a5
|
LearningSolver: fix node count for non-compatible solvers
|
2020-02-21 11:21:48 -06:00 |
|
|
|
ffb29d2bbb
|
BenchmarkRunner: add solve method
|
2020-02-21 11:21:01 -06:00 |
|
|
|
c3902ad61c
|
Branching: Make classifier configurable
|
2020-02-21 11:20:21 -06:00 |
|
|
|
d7131e9f66
|
Knapsack: Make jitter relative instead of absolute
|
2020-02-21 11:19:24 -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 |
|
|
|
52b476f0a3
|
Remove PerVariableTransformer
|
2020-02-05 12:24:29 -06:00 |
|
|
|
5750b4c98d
|
KNN: Make distinction between k and min_samples; improve logging
|
2020-02-05 12:15:29 -06:00 |
|
|
|
cb0b3d5468
|
Fix component name
|
2020-02-05 12:15:09 -06:00 |
|
|
|
fc62a7b067
|
Temporarily disable linear relaxation features
|
2020-02-05 12:14:41 -06:00 |
|
|
|
f9e9077803
|
Only use warmstart=true if warm start is available
|
2020-02-04 15:26:26 -06:00 |
|
|
|
2dc66696f9
|
Initial version of TSP generator
|
2020-02-04 13:29:53 -06:00 |
|
|
|
dbea4aa988
|
Make WarmStartComponent use Extractor
|
2020-02-04 13:29:06 -06:00 |
|