|
|
1224613b1a
|
Implement component.fit, component.fit_xy
|
2021-03-30 21:18:40 -05:00 |
|
|
|
1397937f03
|
Add first model feature (constraint RHS)
|
2021-03-02 17:21:05 -06:00 |
|
|
|
603902e608
|
Refactor ObjectiveComponent
|
2021-01-26 22:16:46 -06:00 |
|
|
|
f90d78f802
|
Move tests to separate folder
|
2021-01-22 07:42:28 -06:00 |
|
|
|
7dbbfdc418
|
Minor fixes
|
2021-01-21 18:21:53 -06:00 |
|
|
|
06402516e6
|
Move collected data to instance.training_data
|
2021-01-21 08:21:40 -06:00 |
|
|
|
23dd311d75
|
Reorganize imports; start moving data to instance.training_data
|
2021-01-20 12:02:25 -06:00 |
|
|
|
ffc77075f5
|
Require a callable as the internal solver
|
2021-01-19 21:21:39 -06:00 |
|
|
|
d8dc8471aa
|
Implement tests for ConvertTightIneqsIntoEqsStep
|
2021-01-07 10:29:22 -06:00 |
|
|
|
d99600f101
|
Reformat source code with Black; add pre-commit hooks and CI checks
|
2020-12-05 10:59:33 -06:00 |
|
|
|
57d185dfc2
|
Merge branch 'gh-actions' into dev
|
2020-12-03 11:46:38 -06:00 |
|
|
|
272eb647fd
|
Switch to GitHub runners; temporarily disable CPLEX
|
2020-12-03 11:43:13 -06:00 |
|
|
|
e527e75481
|
Implement iteration_cb for LearningSolver; reactivate TSP
|
2020-09-23 17:46:18 -05:00 |
|
|
|
425ea2b7cc
|
Temporarily remove native solver callbacks; add iteration_cb
|
2020-09-23 17:30:39 -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 |
|
|
|
2750447f6d
|
Use lazy constraints callback (Gurobi only)
|
2020-03-05 13:58:46 -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 |
|
|
|
f713a399a8
|
Merge branch 'master' into feature/tsp
|
2020-02-24 14:22:20 -06:00 |
|
|
|
a2fbb9f8d8
|
Implement PrimalSolutionComponent; remove deprecated predictors
|
2020-02-24 10:01:21 -06:00 |
|
|
|
4ab957b686
|
Update copyright notices
|
2020-02-21 15:03:33 -06:00 |
|
|
|
d7131e9f66
|
Knapsack: Make jitter relative instead of absolute
|
2020-02-21 11:19:24 -06:00 |
|
|
|
2dc66696f9
|
Initial version of TSP generator
|
2020-02-04 13:29:53 -06:00 |
|
|
|
bb42815404
|
Knapsack: change encoding; add simpler class for tests
|
2020-02-04 11:31:44 -06:00 |
|
|
|
1986effcd5
|
Update MSS results
|
2020-02-03 10:51:57 -06:00 |
|
|
|
ccfcbe4e64
|
Unify API for challenges
|
2020-01-31 20:48:05 -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 |
|
|
|
25ba23a58d
|
Minor updates to knapsack docs; add challenge
|
2020-01-30 13:09:45 -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 |
|
|
|
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 |
|
|
|
3c9b1e2f44
|
Improve stable set generator
|
2020-01-26 08:25:26 -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 |
|
|
|
077d5326bc
|
Add Maximum-Weight Stable Set Problem
|
2020-01-22 20:37:24 -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 |
|