Skip to content

Commit

Permalink
Allow both distribution types, fix typo (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 19, 2023
1 parent 4854ea6 commit 05063a3
Show file tree
Hide file tree
Showing 7 changed files with 891 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SimulationService"
uuid = "e66378d9-a322-4933-8764-0ce0bcab4993"
authors = ["Five Grant <[email protected]>"]
version = "0.14.4"
version = "0.14.5"

[deps]
AMQPClient = "79c8b4cd-a41a-55fa-907c-fab5288e1383"
Expand Down
24 changes: 24 additions & 0 deletions examples/sir_calibrate/sir-calibrate-request.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"modelConfigId": "FILL IN HERE",
"dataset": {
"id": "FILL IN HERE",
"filename": "sirFixed.csv",
"mappings": {
"s": "S",
"i": "I",
"r": "R",
"t": "timestamp"
}
},
"extra": {
"numChains": 4,
"numIterations": 50,
"odeMethod": "default",
"calibrateMethod": "global"
},
"engine": "sciml",
"timespan": {
"start": 0,
"end": 90
}
}
Loading

0 comments on commit 05063a3

Please sign in to comment.