Skip to content

Commit

Permalink
Reduce sampling parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
alicjapolanska committed Nov 15, 2024
1 parent 06e16ed commit 0db6499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/rosenbrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,10 +630,10 @@ def run_example(

# Define parameters.
ndim = 10
nchains = 1000
samples_per_chain = 10**8
nchains = 200
samples_per_chain = 10**7
nburn = 5000
chain_iterations = 1000
chain_iterations = 500

# flow_str = "RealNVP"
flow_str = "RQSpline"
Expand Down

0 comments on commit 0db6499

Please sign in to comment.