Skip to content

Commit 8c23037

Browse files
optimization od bacterial rods: update requirements with
bayesian-optimization package
1 parent 42040d8 commit 8c23037

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

data/crm_fit/0001/settings.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ growth_rate = [0.00842039, 0.0128359, 0.01364351, 0.01530663, 0.01944372, 0.013
1919
# growth_rate = { min=0.0, max=0.1, initial=0.05, individual=true }
2020

2121
[parameters.potential_type.Mie]
22-
en = { min=0.2, max=25.0, initial=6.0}
23-
em = { min=0.2, max=25.0, initial=5.5}
22+
#en = { min=0.2, max=25.0, initial=6.0}
23+
en = 10.0
24+
#em = { min=0.2, max=25.0, initial=5.5}
25+
em = 1.5
2426
bound = 10.0
2527

2628
[optimization]

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ sphinxcontrib-bibtex==2.6.4
44
setuptools==80.9.0
55
myst_parser==4.0.1
66
sphinx_subfigure==0.2.4
7+
bayesian-optimization==3.0.0

0 commit comments

Comments
 (0)