Optimisation modules built for optimization problem during thesis
Jérôme BUISINE 4db572e143 Merge tag 'v0.1.2' into develop | 4 anni fa | |
---|---|---|
.github | 4 anni fa | |
docs | 4 anni fa | |
macop | 4 anni fa | |
.gitignore | 4 anni fa | |
CONTRIBUTING.md | 4 anni fa | |
LICENSE | 5 anni fa | |
README.md | 4 anni fa | |
__init__.py | 5 anni fa | |
build.sh | 4 anni fa | |
checkpoints.csv | 4 anni fa | |
logo_macop.png | 4 anni fa | |
mainExample.py | 4 anni fa | |
requirements.txt | 5 anni fa | |
setup.py | 4 anni fa |
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