Skip to content

max_iter not being obeyed? #163

Open
@phajy

Description

@phajy

When trying a test fit with very few iterations, e.g.,

result = fit(prob, LevenbergMarquadt(), max_iter=2)

the fit just keeps going. Not sure why. It looks to me like max_iter gets passed as maxIter to LsqFit.curve_fit and then on to levenberg_marquardt.

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