Skip to content
Discussion options

You must be logged in to vote

This makes sense to me; it's because the (#1 / #2) and (#1 / (#2 + 0)) are both NaN at initialization (since init param values are 0), so the optimization can't even proceed. So offsetting by the 0.0001 constant is actually the right move here. And it should actually remove that constant once it has found the parameters, so this might not even matter in the end

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@MilesCranmer
Comment options

@MilesCranmer
Comment options

@debraaudus
Comment options

@MilesCranmer
Comment options

Answer selected by debraaudus
@debraaudus
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants