SimonBlanke / Gradient-Free-Optimizers

Simple and reliable optimization with local, global, population-based and sequential techniques in numerical discrete search spaces.
https://simonblanke.github.io/gradient-free-optimizers-documentation
MIT License
1.21k stars 84 forks source link

Bug in DIRECT Search if search-space contains an array of length == 1 #31

Closed SimonBlanke closed 2 months ago

SimonBlanke commented 2 years ago

Found in recent test of v1.2.

SimonBlanke commented 2 months ago

I tried to (unsuccessfully) reproduce this bug. Closing this issue until it occurs again.