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

Request optimal point #2341

Open
troyrock opened this issue Jan 4, 2025 · 1 comment
Open

Request optimal point #2341

troyrock opened this issue Jan 4, 2025 · 1 comment

Comments

@troyrock
Copy link

troyrock commented Jan 4, 2025

I have my optimization code running on the bbob suite, however I don't know how well I'm doing unless I know the function value of the optimal point. Is there a way to request the optimum function value so that I can see if my method was successful? Thanks.

@brockho
Copy link
Contributor

brockho commented Jan 4, 2025

The easiest is to use the postprocessing module, provided by COCO (https://github.com/numbbo/coco-postprocess). You will be able to compare with a lot of other algorithms (e.g. 300+ algos for the bbob suite) to see how your algorithm performs. If I remember correctly, we do not provide access to the optimal function value in C/C++.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants