Skip to content

Input arguments to modcmaes.fmin #32

Open
@nikohansen

Description

@nikohansen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions