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

Performance in high dimensional search-spaces #61

Open
SimonBlanke opened this issue Dec 28, 2024 · 0 comments
Open

Performance in high dimensional search-spaces #61

SimonBlanke opened this issue Dec 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SimonBlanke
Copy link
Owner

The issue #49 showed a slowdown of optimization algorithms in high dimensional (>1000) search-spaces. So this is aiming at improving this performance (for now) in random-search and hill-climbing. If I am successful I can adapt those changes to other optimization algorithms.

This issue does not aim to improve the performance of smbo in high-dim search-spaces. The performance of those algorithms cannot easily be improved by using some numpy arrays here and there.

@SimonBlanke SimonBlanke added the enhancement New feature or request label Dec 28, 2024
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

No branches or pull requests

1 participant