Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jigyasa Watwani
/
growth-pattern-control
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
803516c1
authored
May 07, 2022
by
Jigyasa Watwani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change lamda in params file
parent
f658755f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
scan_fixed_boundaries.py
scan_fixed_boundaries.py
View file @
803516c1
...
@@ -41,7 +41,7 @@ parameters = {
...
@@ -41,7 +41,7 @@ parameters = {
}
}
# parameters to scan
# parameters to scan
lamda_list
=
np
.
arange
(
1.0
,
61.0
,
1
0.0
)
lamda_list
=
np
.
arange
(
1.0
,
61.0
,
2
0.0
)
turnover_rho_list
=
np
.
arange
(
0
,
1.0
,
0.1
)
turnover_rho_list
=
np
.
arange
(
0
,
1.0
,
0.1
)
elasticity_list
=
np
.
arange
(
0
,
1.0
,
0.1
)
elasticity_list
=
np
.
arange
(
0
,
1.0
,
0.1
)
...
@@ -63,6 +63,8 @@ for i in range(len(plist)):
...
@@ -63,6 +63,8 @@ for i in range(len(plist)):
params
[
'timestamp'
]
=
timestamp
params
[
'timestamp'
]
=
timestamp
params
[
'turnover_rho'
]
=
turnover_rho
params
[
'turnover_rho'
]
=
turnover_rho
params
[
'elasticity'
]
=
elasticity
params
[
'elasticity'
]
=
elasticity
params
[
'lamda'
]
=
lamda
try
:
try
:
fb
=
FixedBoundaries
(
params
)
fb
=
FixedBoundaries
(
params
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment