Skip to content

Generic coefficent guesses #17

@leek2

Description

@leek2

Many models require a set of generic, c1, c2, etc. Polynomial fit is the most obvious example of this. We should allow the user to provide guesses for this, but as an array. The question is how to pass in an array on the command line. There should also be a way to pass "None" so we can skip certain coefficents, if the user has a guess for c2 instead of c1, for example.

Say it takes c1-c5:

--coefficient-guesses="None,2.0,3.0"

so c1 = None, c2 = 2.0, c3 = 3.0, c4 = None, and c5 =None

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