I noticed that the class org.apache.commons.math3.optimization.direct.CMAESOptimizer is deprecated and due to be deleted in 4.0. This is an algorithm that we rely on heavily, so I was hoping to get some information.
The first question is, why was the class deprecated? Does it have a unrecoverable bug? Does another library have a fantastic implementation of it that users prefer? Is there another optimizer that serves the same purpose and simply performs better? Second question is, are there any suggestions what to use instead? The CMA-ES alg seems to work well for our purposes, which is -- noisy, many-variable functions that take many evaluations to optimize. Thanks very much.