Commit Graph

221 Commits (2d88a417674c0696794d00c64c904ccee96e4f18)
 

Author SHA1 Message Date
Alinson S. Xavier f713a399a8 Merge branch 'master' into feature/tsp
6 years ago
Alinson S. Xavier f22aecb14d Add missing docs files
6 years ago
Alinson S. Xavier ec48d2120b Fix documentation links
6 years ago
Alinson S. Xavier cc1df1b3fe Update documentation
6 years ago
Alinson S. Xavier 30e7d7313c Fix failing test
6 years ago
Alinson S. Xavier 9acffadabe Add benchmark results for multidimensional knapsack
6 years ago
Alinson S. Xavier 996b16f1b7 Add missing files
6 years ago
Alinson S. Xavier bd1d2117c5 Update benchmark scripts
6 years ago
Alinson S. Xavier a2fbb9f8d8 Implement PrimalSolutionComponent; remove deprecated predictors
6 years ago
Alinson S. Xavier ccd694af9b Implement ObjectiveValueComponent
6 years ago
Alinson S. Xavier 7de1db047f Implement InstanceFeaturesExtractor and ObjectiveValueExtractor
6 years ago
Alinson S. Xavier b428a4fc36 Add option to solve root relaxation only
6 years ago
Alinson S. Xavier 15ee7f51ee Update benchmark scripts
6 years ago
Alinson S. Xavier 9e4004ae8a Silence Gurobi
6 years ago
Alinson S. Xavier b60afab5ef Extract value of LP relaxation
6 years ago
Alinson S. Xavier 10ad8e0a9e Make Gurobi the default solver
6 years ago
Alinson S. Xavier 24b0a7888e Update benchmark scripts
6 years ago
Alinson S. Xavier 212e38d004 Make SolutionExtractor use instance.solution and instance.lp_solution
6 years ago
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