Hi all,

I've hit another problem with CMA-ES. I did not see any user setting for
convergence. CMA-ES uses only the no arguments constructor of its base
class, which is BaseAbstractScalarOptimizer. This implies the
convergence checker is set to SimpleScalarValueChecker with default values.

I would like to add a constructor to CMA-ES allowing the user to provide
his own convergence checker. Does it seem sensible ? If so, the same
thing could be done for Bobyqa, but here I'm not sure it is wise as
Bobyqa has its own convergence checker, so perhaps we should only keep
the existing one.

Luc

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to