Optimisation modules built for optimization problem during thesis
Jérôme BUISINE 4fbbbf39d3 documentation updates for algorithms | il y a 4 ans | |
---|---|---|
.github | il y a 4 ans | |
.vscode | il y a 4 ans | |
docs | il y a 4 ans | |
macop | il y a 4 ans | |
.gitignore | il y a 4 ans | |
CONTRIBUTING.md | il y a 4 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 4 ans | |
__init__.py | il y a 5 ans | |
build.sh | il y a 4 ans | |
checkpoints.csv | il y a 4 ans | |
logo_macop.png | il y a 4 ans | |
mainExample.py | il y a 4 ans | |
requirements.txt | il y a 4 ans | |
setup.py | il y a 4 ans |
Optimisation generic framework built for optimization problem during thesis
policies
folder to manage the way of update and use solution.Checkpoint
class is available for making checkpoint every number of evaluations.
Note: you can pass a custom validator
function to the algorithm in order to check is solution is always correct for your needs after an update.
You can see an example of use in the mainExample.py
python file.
git submodule add https://github.com/prise-3d/macop.git