-
Notifications
You must be signed in to change notification settings - Fork 4
Generic coefficent guesses #17
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels