Skip to content

Commit

Permalink
Real calibrate payload running
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 19, 2023
1 parent ce06374 commit 35207c5
Show file tree
Hide file tree
Showing 6 changed files with 888 additions and 2 deletions.
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 35207c5

Please sign in to comment.