You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made a simple fix available, that uses default value if lambda<2. This has the advantage of not compromising a quick run, and the drawback of not informing him/her of the mistake.
one could consider firing a warning in verbose mode
Just FTR, this is tricky because the default value of lambda is set in the Parameters constructor, and the verbose/non-verbose mode is undecided at this stage. So in practice it is possible to set a warning message, but not to condition it upon the verbosity on/off option. For now I'd see this as an 'autocorrect' for a user mistake.
Example:
The text was updated successfully, but these errors were encountered: