Skip to content

Commit

Permalink
Lowest fitness threshold that succeeds on Sherlock
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed Dec 1, 2024
1 parent 093c5fd commit 9ba2c64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions reconstruction/ecoli/fit_sim_data_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@

# Fitting parameters
# NOTE: This threshold is arbitrary and was relaxed from 1e-9
# to 1e-8 to fix failure to converge after scipy/scipy#20168
FITNESS_THRESHOLD = 1e-8
# to 1e-8 to fix failure to converge after scipy/scipy#20168.
# Later relaxed to 3.3e-8 due to convergence failures on Sherlock.
FITNESS_THRESHOLD = 3.3e-8
MAX_FITTING_ITERATIONS = 150
N_SEEDS = 10

Expand Down

0 comments on commit 9ba2c64

Please sign in to comment.