Hyperactive icon indicating copy to clipboard operation
Hyperactive copied to clipboard

add `prune_search_space`-method to optimization strategies

Open SimonBlanke opened this issue 1 year ago • 1 comments

SimonBlanke avatar Mar 26 '23 08:03 SimonBlanke

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 avatar May 29 '23 08:05 SimonBlanke