Skip to content

Commit 1a7b30e

Browse files
committed
update freqELBO default to match MOFA2
1 parent 68c5bee commit 1a7b30e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mofapy2/run/entry_point.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ def set_train_options(
858858
self,
859859
iter=1000,
860860
startELBO=1,
861-
freqELBO=1,
861+
freqELBO=5,
862862
startSparsity=50,
863863
tolerance=None,
864864
convergence_mode="fast",

0 commit comments

Comments
 (0)