Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Peter Jentsch
CovidAlertABM
Commits
160861b6
Commit
160861b6
authored
Jul 11, 2021
by
Peter Jentsch
Browse files
update project.toml
parent
77845af7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
CovidAlertVaccinationModel/Manifest.toml
CovidAlertVaccinationModel/Manifest.toml
+12
-12
CovidAlertVaccinationModel/src/ABM/parameter_planes.jl
CovidAlertVaccinationModel/src/ABM/parameter_planes.jl
+3
-3
No files found.
CovidAlertVaccinationModel/Manifest.toml
View file @
160861b6
...
...
@@ -672,9 +672,9 @@ uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
version
=
"0.5.6"
[[deps.ManualMemory]]
git-tree-sha1
=
"
2510eec385f6f4305be9ac9b8dbbe86f810ba62e
"
git-tree-sha1
=
"
80ccdd8143934c40a170ef3178af64b7905230bd
"
uuid
=
"d125e4d3-2237-4719-b19c-fa641b8a4667"
version
=
"0.1.
2
"
version
=
"0.1.
3
"
[[deps.Markdown]]
deps
=
["Base64"]
...
...
@@ -860,21 +860,21 @@ version = "1.0.11"
[[deps.Plots]]
deps
=
[
"Base64"
,
"Contour"
,
"Dates"
,
"FFMPEG"
,
"FixedPointNumbers"
,
"GR"
,
"GeometryBasics"
,
"JSON"
,
"Latexify"
,
"LinearAlgebra"
,
"Measures"
,
"NaNMath"
,
"PlotThemes"
,
"PlotUtils"
,
"Printf"
,
"REPL"
,
"Random"
,
"RecipesBase"
,
"RecipesPipeline"
,
"Reexport"
,
"Requires"
,
"Scratch"
,
"Showoff"
,
"SparseArrays"
,
"Statistics"
,
"StatsBase"
,
"UUIDs"
]
git-tree-sha1
=
"
b93181645c1209d912d5632ba2d0094bc00703ad
"
git-tree-sha1
=
"
f32cd6fcd2909c2d1cdd47ce55e1394b04a66fe2
"
uuid
=
"91a5bcdd-55d7-5caf-9e0b-520d859cae80"
version
=
"1.18.
1
"
version
=
"1.18.
2
"
[[deps.Polyester]]
deps
=
[
"ArrayInterface"
,
"IfElse"
,
"Requires"
,
"Static"
,
"StrideArraysCore"
,
"ThreadingUtilities"
,
"VectorizationBase"
]
git-tree-sha1
=
"
2ccf43e4dcedfa4eab54a0848687a1a8b502c224
"
deps
=
[
"ArrayInterface"
,
"IfElse"
,
"ManualMemory"
,
"Requires"
,
"Static"
,
"StrideArraysCore"
,
"ThreadingUtilities"
,
"VectorizationBase"
]
git-tree-sha1
=
"
f5a74523ebc205723baefb95874f708741199d70
"
uuid
=
"f517fe37-dbe3-4b94-8317-1923a5111588"
version
=
"0.3.
3
"
version
=
"0.3.
4
"
[[deps.Polynomials]]
deps
=
[
"Intervals"
,
"LinearAlgebra"
,
"MutableArithmetics"
,
"RecipesBase"
]
git-tree-sha1
=
"
924935e4a24604784a79244cac529caa0e6b7aff
"
git-tree-sha1
=
"
0bbfdcd8cda81b8144de4be8a67f5717e959a005
"
uuid
=
"f27b6e38-b328-58d1-80ce-0feddd5e7a45"
version
=
"2.0.1
3
"
version
=
"2.0.1
4
"
[[deps.PooledArrays]]
deps
=
[
"DataAPI"
,
"Future"
]
...
...
@@ -1092,10 +1092,10 @@ uuid = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
version
=
"0.9.8"
[[deps.StrideArraysCore]]
deps
=
[
"ArrayInterface"
,
"Requires"
,
"ThreadingUtilities"
,
"VectorizationBase"
]
git-tree-sha1
=
"
1680c2e3bc985714a20b7a488a2fc4ef2949583e
"
deps
=
[
"ArrayInterface"
,
"ManualMemory"
,
"Requires"
,
"ThreadingUtilities"
,
"VectorizationBase"
]
git-tree-sha1
=
"
f25b9b62645d97ca5770015ad5d144c3e220fb47
"
uuid
=
"7792a7ef-975c-4747-a70f-980b88e8d1da"
version
=
"0.1.1
4
"
version
=
"0.1.1
5
"
[[deps.StructArrays]]
deps
=
[
"Adapt"
,
"DataAPI"
,
"StaticArrays"
,
"Tables"
]
...
...
CovidAlertVaccinationModel/src/ABM/parameter_planes.jl
View file @
160861b6
const
samples
=
2
5
const
samples
=
5
0
const
univariate_path
=
"CovidAlertVaccinationModel/plots/univariate/"
EN_begin_settings
(
p
)
=
(
all_season
=
Intervals
.
Interval
(
0
,
p
.
sim_length
),
...
...
@@ -58,8 +58,8 @@ function multivariate_simulations()
default_parameters
=
get_app_parameters
()
app_simulations
=
(
(
:
η
,
range
(
0.0
,
1
.0
;
length
=
len
)),
(
:
ω_en
,
range
(
0.0
,
1
e-1
;
length
=
len
)),
(
:
η
,
range
(
0.0
,
5
.0
;
length
=
len
)),
(
:
ω_en
,
range
(
0.0
,
5
e-1
;
length
=
len
)),
(
:
EN_intervals
,
EN_begin_settings
(
default_parameters
))
# (:notification_threshold, (1:len)),
)
...
...
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