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 prune_search_space-method to optimization strategies #68

Open
SimonBlanke opened this issue Mar 26, 2023 · 1 comment
Open

add prune_search_space-method to optimization strategies #68

SimonBlanke opened this issue Mar 26, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@SimonBlanke
Copy link
Owner

No description provided.

@SimonBlanke SimonBlanke added the enhancement New feature or request label Mar 26, 2023
@SimonBlanke SimonBlanke added this to the v4.5 milestone Mar 26, 2023
@SimonBlanke SimonBlanke self-assigned this Mar 26, 2023
@SimonBlanke
Copy link
Owner Author

The idea of this feature is to reduce the size of the search-space after an optimization algorithm inside a strategy has finished its run. Before starting the next algorithm the pruning of the search-space can remove areas of the space that are distant from the best found position. This way the next algorithm can focus on the search-space round the best known position to find even better results.

@SimonBlanke SimonBlanke modified the milestones: v4.5, v4.7 Jul 3, 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

When branches are created from issues, their pull requests are automatically linked.

1 participant