Discrete optimization library
Project description
Discrete Optimization
Discrete Optimization is a python library to ease the definition and re-use of discrete optimization problems and solvers. It has been initially developed in the frame of scikit-decide for scheduling. The code base starting to be big, the repository has now been splitted in two separate ones.
The library contains a range of existing solvers already implemented such as:
- greedy methods
- local search (Hill Climber, Simulated Annealing)
- metaheuristics (Genetic Algorithms, NSGA)
- linear programming
- constraint programming
- hybrid methods (LNS)
The library also contains implementation of several classic discrete optimization problems:
- Travelling Salesman Problem (TSP)
- Knapsack Problem (KP)
- Vehicle Routing Problem (VRP)
- Facility Location Problem (FLP)
- Resource Constrained Project Scheduling Problem (RCPSP). Several variants of RCPSP are available
- Graph Colouring Problem (GCP)
In addition, the library contains functionalities to enable robust optimization through different scenario handling mechanisms) and multi-objective optimization (aggregation of objectives, Pareto optimization, MO post-processing).
Installation
Quick version:
pip install discrete-optimization
For more details, see the online documentation.
Documentation
The latest documentation is available online.
Examples
Some educational notebooks are available in notebooks/
folder.
Links to launch them online with binder are provided in the
Notebooks section of the online documentation.
More examples can be found as Python scripts in the examples/
folder, using the different features of
the library and showing how to instantiate different problem instances and solvers.
Contributing
See more about how to contribute in the online documentation.
License
This software is under the MIT License that can be found in the LICENSE file at the root of the repository.
Some minzinc models have been adapted from files coming from
- https://github.com/MiniZinc/minizinc-benchmarks under the same license,
- https://github.com/youngkd/MSPSP-InstLib for which we have the written authorization of the author.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for discrete_optimization-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82d5c7483fea02f6f7bd8c73a7f8165633e763ab982f0716e70bbbf0645faf86 |
|
MD5 | 9b577678cecf80cb8002506e0e38e53c |
|
BLAKE2b-256 | a43f9f55a5fd82e521b15becd4a6d02088ddb67b8dd9225549fd3d03d5b8331b |