Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESSOptimizer: Fix priority for local search startpoints (ICB-DCM#1503)
Fixes a bug in ESSOptimizer that lead to incorrect priorities for the selection of candidate solutions for local searches. A numpy array was incorrectly initialized from a generator, which led to the `balance` hyperparameter being practically ignored, and candidate solutions being ranked only by objective function value.
- Loading branch information