Optimisation modules built for optimization problem during thesis
Jérôme BUISINE 0d194c7836 use of sudo action | 3 jaren geleden | |
---|---|---|
.github | 3 jaren geleden | |
docs | 3 jaren geleden | |
examples | 3 jaren geleden | |
macop | 3 jaren geleden | |
.gitignore | 3 jaren geleden | |
CONTRIBUTING.md | 3 jaren geleden | |
LICENSE | 3 jaren geleden | |
README.md | 3 jaren geleden | |
__init__.py | 5 jaren geleden | |
build.sh | 3 jaren geleden | |
paper.bib | 3 jaren geleden | |
paper.md | 3 jaren geleden | |
requirements.txt | 4 jaren geleden | |
setup.py | 3 jaren geleden |
Macop
is a python package for solving discrete optimisation problems in nature. Continuous optimisation can also applicable if needed. The objective is to allow a user to exploit the basic structure proposed by this package to solve a problem specific to him. The interest is that he can quickly abstract himself from the complications related to the way of evaluating, comparing, saving the progress of the search for good solutions but rather concentrate if necessary on his own algorithm. Indeed, Macop
offers the following main and basic features:
validator
is function which is used for validate or not a solution data state ;compute
method in order to evaluate a solution ;Based on all of these generic and/or implemented functionalities, the user will be able to quickly develop a solution to his problem while retaining the possibility of remaining in control of his development by overloading existing functionalities if necessary.
Main idea about this Python package is that it does not which doesn't implement every algorithm in the literature but let the possibility to the user to quickly develop and test its own algorithms and strategies. The main objective of this package is to provide maximum flexibility, which allows for easy experimentation in implementation..
Fully documentation of package with examples is available.
You can also see examples of use:
git submodule add https://github.com/jbuisine/macop.git