DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.66k stars 1.11k forks source link

In the example bbob.py,how can I get the "fgeneric" and "bbobbenchmarks" module? #722

Closed xuhao0521 closed 10 months ago

xuhao0521 commented 10 months ago

https://github.com/DEAP/deap/blob/master/examples/bbob.py

how can I get the "fgeneric" and "bbobbenchmarks" module?

fmder commented 10 months ago

BBOB can be found here

fgeneric is also in the same package. Instructions can be found in the BBOB web site.