Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add real-valued BBOB Benchmark Suite #42

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

NaturalGradient
Copy link
Collaborator

This pull request:

  • Introduces the evotorch.bbo namespace, as a general namespace for black-box optimization function definition. In the future, we can collect functions and benchmark suites within this namespace to make research easier for EvoTorch users.
  • Adds evotorch.bbo.bbob_problem.py and correspondingly evotorch.bbo.BBOBProblem, which is a general functionality for implementing real-valued BBOB problems such as (but not limited to) those associated with the 2009 BBOB benchmark competition (see: https://hal.inria.fr/inria-00362633/)
  • Adds evotorch.bbo.bbob_noiseless_suite.py which implements the 2009 benchmark functions.
  • Adds evotorch.bbo.bbob_utilities.py which provides various utility functions associated with the 2009 benchmark functions.

@Higgcz Higgcz marked this pull request as draft January 2, 2023 14:49
@Higgcz Higgcz changed the title Draft: Add real-valued BBOB Benchmark Suite Add real-valued BBOB Benchmark Suite Jan 2, 2023
@Higgcz Higgcz changed the title Add real-valued BBOB Benchmark Suite feat: Add real-valued BBOB Benchmark Suite Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants