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 extensive parameter testing for all optimization algorithms #47

Open
SimonBlanke opened this issue May 9, 2024 · 0 comments
Open
Assignees
Labels
help wanted Extra attention is needed testing

Comments

@SimonBlanke
Copy link
Owner

Additional tests are needed to ensure the correct behaviour of each optimization algorithm and its parameters (like epsilon in hill-climbing).

This is difficult to test, because it requires a specialized optimization setup that is different for each parameter. An example for this could be to set epsilon of hill-climbing to 1/inf and validate, that all positions in the search-data are the same. So this requires a lot of work to complete for all algorithms and parameters.

An example test for hill-climbing can be seen here:
https://github.com/SimonBlanke/Gradient-Free-Optimizers/blob/version/1.4/tests/test_parameters/test_hill_climbing.py

Suggestions on how to test parameters are welcome :-)

@SimonBlanke SimonBlanke added help wanted Extra attention is needed testing labels May 9, 2024
@SimonBlanke SimonBlanke self-assigned this May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed testing
Projects
None yet
Development

No branches or pull requests

1 participant