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

add global optima and their locations for test functions #11

Open
kvoss opened this issue Jun 11, 2021 · 1 comment
Open

add global optima and their locations for test functions #11

kvoss opened this issue Jun 11, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@kvoss
Copy link
Owner

kvoss commented Jun 11, 2021

optobench needs to contain the reference versions of the problems with the known minima as well as the arguments.

The arguments may be defined in form of generators, since some depend on variable dimentionality of particular test.

  • add BenchmarkProblem class
@kvoss kvoss added the enhancement New feature or request label Jun 11, 2021
@kvoss kvoss added this to the 0.3 milestone Jun 11, 2021
@kvoss kvoss added the documentation Improvements or additions to documentation label Jun 14, 2021
@kvoss
Copy link
Owner Author

kvoss commented Jun 14, 2021

Proposal: adding BenchmarkProblems definitions in C++ and then exposing the interface to Python would be more resilient.
optobench library could be used directly in C++ code bases. Seems like a future improvement though. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant