Skip to content

Latest commit

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

«Обману, как ты хочешь, расскажу, что ты веришь»

Derivative-free Optimization

The code for #7, #8, and #11.

git clone https://github.com/aabbtree77/dfo.git
cd dfo
# Create virtual environment
uv venv
# Activatesource .venv/bin/activate
# Install packages
uv pip install \
numpy \
scipy \
matplotlib \
cma \
coco-experiment \
ipython \
minionpy

To update minionpy (it frequently adds new algorithms), simply remove environment:

rm -rf .venv

and reinstall everything as above (starting from uv venv).

About

Testing CMA_ESes and DEs on BBOB2009, CEC2017, and CEC2022.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages