I was testing a bit HEBOSearch - I want to compare with other searchers.
Do you think it is possible to implement batch suggest by having n_suggestions > 1?
Please see the speed difference bellow for finding the minima for pymoo.factory.get_problem(“rastrigin”, n_var=2)
One more thing: I did some testing (for rastrigin problem) of almost all functions in suggest and here is the result:
One iteration for the problem takes short time and this is why some algs itself take longer than one problem iteration