Skip to content

Commit

Permalink
Add output in GP
Browse files Browse the repository at this point in the history
  • Loading branch information
JBjoernskov committed Jan 22, 2024
1 parent 2998f8e commit f737496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions twin4build/estimator/tests/test_estimator_wbypass.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ def test_estimator():

# Options for the PTEMCEE estimation algorithm. If the options argument is not supplied or None is supplied, default options are applied.
options = {"n_sample": 12000, #This is a test file, and we therefore only sample 2. Typically, we need at least 1000 samples before the chain converges.
"n_temperature": 1, #Number of parallel chains/temperatures.
"fac_walker": 2, #Scaling factor for the number of ensemble walkers per chain. Minimum is 2.
"n_temperature": 2, #Number of parallel chains/temperatures.
"fac_walker": 10, #Scaling factor for the number of ensemble walkers per chain. Minimum is 2.
"model_prior": "gaussian", #Prior distribution - "gaussian" is also implemented
"noise_prior": "uniform",
"walker_initialization": "hypercube",#Initialization of parameters - "gaussian" is also implemented
"n_cores": 1,
# "n_cores": 1,
"T_max": 1e+4,
"assume_uncorrelated_noise": False,
}
Expand Down

0 comments on commit f737496

Please sign in to comment.