Skip to content

Commit f2db348

Browse files
committed
fix params toyTest
1 parent b44ea54 commit f2db348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toyTest.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
priorTransform = tm.priorTransform # uniform prior transform
2323
loglike = tm.loglike
2424
dims = 2
25-
nlive = 1000
25+
nlive = 500
2626

2727
# Parallel options
2828
nworkers = 2
@@ -41,7 +41,7 @@
4141

4242
# ### CONFIGURE pybambi neural network
4343
thumper = bambi(loglike, dims, learner='keras', proxy_tolerance=100.0, nlive=nlive, epochs=100,
44-
ntrain=200, updInt=200)
44+
updInt=200, dlogz_start=10)
4545
neural_logLike = thumper.loglikelihood
4646
dumper = thumper.dumper
4747

0 commit comments

Comments
 (0)