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
This happens because the ashr grid can change at each iteration so there's really no monotonicity guarantee. The warning should probably be updated with this information. The lack of stopping rule options isn't really "intentional" -- we just never got around to it. Other stopping rules are available in flashier.
Since the group seem to be focusing on getting flashier on CRAN I'm thinking of replacing that implementation with flashier based. If you could have a suggestion on the interface that'd be very much appreciated. I'll approach you on DM if that is easier.
Related to #26 I'm adding an example here, derived from this vignette.
Simulate some data
Configure
flash
with customized init function for factors (non-neg constraint)Run
flash
I get the objective decrease warning:
The difference can be as "large" as
-3.08e-01
.BTW the
flash
interface does not provide an option to use other stopping rule egfactor
and/orloading
. Perhaps that's intentional?The text was updated successfully, but these errors were encountered: