Commit Graph

153 Commits (5bb109cfadbe522977ae720200a7589c106a68f4)
 

Author SHA1 Message Date
Alinson S. Xavier 0048fcce13 Extract root relaxation solution
6 years ago
Alinson S. Xavier 7641504f3a Update GitHub Actions
6 years ago
Alinson S. Xavier 71ac2cb111 Documentation: update supported solvers and solver customization
6 years ago
Alinson S. Xavier f8e8aeb973 Better encapsulate solvers
6 years ago
Alinson S. Xavier 141c8f0fdf Store solution into instance object after solving
6 years ago
Alinson S. Xavier 4bf7636f51 Fix tests for CPLEX; temporarily disable incompatible tests
6 years ago
Alinson S. Xavier 4ab957b686 Update copyright notices
6 years ago
Alinson S. Xavier 7d8279a3bb Merge branch 'master' into dev
6 years ago
Alinson S. Xavier 55932fbe5b Docs: fix syntax highlighting
6 years ago
Alinson S. Xavier 940d434a14 Update copyright notice
6 years ago
Alinson S. Xavier b1f90b934e Update link to documentation and license
6 years ago
Alinson S. Xavier 29d3c7bb9e Move docs folder
6 years ago
Alinson S. Xavier 635c16386d Update copyright notices
6 years ago
Alinson S. Xavier 4bae218f1f Add open-source license
6 years ago
Alinson S. Xavier 10a4b073ac Add open-source license
6 years ago
Alinson S. Xavier d3b5b43b94 Implement AdaptiveSolver; reorganize imports
6 years ago
Alinson S. Xavier 1213f1d0a5 LearningSolver: fix node count for non-compatible solvers
6 years ago
Alinson S. Xavier ffb29d2bbb BenchmarkRunner: add solve method
6 years ago
Alinson S. Xavier c3902ad61c Branching: Make classifier configurable
6 years ago
Alinson S. Xavier d7131e9f66 Knapsack: Make jitter relative instead of absolute
6 years ago
Alinson S. Xavier cae1915660 Reactivate linear relaxation code; move to WarmStartComponent
6 years ago
Alinson S. Xavier 85b804610f Move components into submodule
6 years ago
Alinson S. Xavier 52b476f0a3 Remove PerVariableTransformer
6 years ago
Alinson S. Xavier 5750b4c98d KNN: Make distinction between k and min_samples; improve logging
6 years ago
Alinson S. Xavier cb0b3d5468 Fix component name
6 years ago
Alinson S. Xavier fc62a7b067 Temporarily disable linear relaxation features
6 years ago
Alinson S. Xavier f9e9077803 Only use warmstart=true if warm start is available
6 years ago
Alinson S. Xavier 2dc66696f9 Initial version of TSP generator
6 years ago
Alinson S. Xavier dbea4aa988 Make WarmStartComponent use Extractor
6 years ago
Alinson S. Xavier 17c21382c5 miplearn module: export extractors
6 years ago
Alinson S. Xavier 6685f4ff23 Switch tests to simpler Knapsack encoding; remove outdated test
6 years ago
Alinson S. Xavier c82de560f4 Implement UserFeaturesExtractor and SolutionExtractor
6 years ago
Alinson S. Xavier bb42815404 Knapsack: change encoding; add simpler class for tests
6 years ago
Alinson S. Xavier e0b997b3fd pytest: stop at first error
6 years ago
Alinson S. Xavier 1986effcd5 Update MSS results
6 years ago
Alinson S. Xavier 9239c4eb82 LearningSolver: add more constructor options; perform fit in parallel
6 years ago
Alinson S. Xavier 1300a73bc2 WarmStart: save trained predictors; update defaults
6 years ago
Alinson S. Xavier f7f3b7e525 Branching: use variable categories instead of hardcoded indices
6 years ago
Alinson S. Xavier 99652e49f2 Docs: remove link to missing benchmark
6 years ago
Alinson S. Xavier 0721cd54e4 Add clean tasks
6 years ago
Alinson S. Xavier 203537711f Export components and predictors
6 years ago
Alinson S. Xavier 7b44cd79e7 Add benchmark scripts
6 years ago
Alinson S. Xavier ccfcbe4e64 Unify API for challenges
6 years ago
Alinson S. Xavier 82dfe20001 Do not collect training data during benchmarks
6 years ago
Alinson S. Xavier 2a6f8fbfe6 Add docopt to requirements
6 years ago
Alinson S. Xavier 1822043fc6 Add mkdocs requirements
6 years ago
Alinson S. Xavier 2679522b76 Merge components more efficiently
6 years ago
Alinson S. Xavier 46e19eed1b Knapsack: minor correction to docs; update docstrings
6 years ago
Alinson S. Xavier 7b4437f2ab Improve benchmark chart
6 years ago
Alinson S. Xavier c1ede58fbe Adjust knapsack challenge; introduce round option
6 years ago