Skip to content

fmin_gen() input arguments overridden #41

@eladnoor

Description

@eladnoor

The function fmin_gen() seems to ignore the first input argument f which is overridden by a file pointer:

def fmin_gen(f, x0, population_size=100, survivors=20, generations=20000,

In addition the function fmin_differential_evolution() is defined by never used in the code. Is it a user-facing function?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions