Open
Description
From the example in the readme
modularcmaes.fmin(func=sum, dim=5, maxfun=100)
I wonder why the fmin
function does not take an initial solution as input and what is the initial value used by fmin
(or modularcmaes.ModularCMAES
for that matter)?
It seems strange to me to assume a default initial solution value because it heavily depends on the problem and use-case. Similarly, I believe that the initial step-size sigma
should be an input to the algorithm for which the user should be commandingly invited to make a decision, because it also depends on the problem and the desired use-case.
Metadata
Metadata
Assignees
Labels
No labels