Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

# Activate
source .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