Skip to content

Commit

Permalink
Re-run LV yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Nov 13, 2023
1 parent a7fd279 commit afb7845
Show file tree
Hide file tree
Showing 19 changed files with 6,882 additions and 5,756 deletions.
10 changes: 10 additions & 0 deletions benchmarks/lotkavolterra.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,11 @@ wp = WorkPrecisionSet(
plot(wp, color=[2 2 3 3 4 4 5 5])
```

Calibration:
```julia
plot(wp, x=:final, y=:chi2_final, color=[2 2 3 3 4 4 5 5])
```

### EK1

```julia
Expand Down Expand Up @@ -346,6 +351,11 @@ wp = WorkPrecisionSet(
plot(wp, color=[2 2 3 3])
```

Calibration:
```julia
plot(wp, x=:final, y=:chi2_final, color=[2 2 3 3])
```

## Comparison of the different initialization schemes

```julia
Expand Down
728 changes: 364 additions & 364 deletions docs/src/benchmarks/figures/lotkavolterra_10_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
914 changes: 457 additions & 457 deletions docs/src/benchmarks/figures/lotkavolterra_11_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
846 changes: 423 additions & 423 deletions docs/src/benchmarks/figures/lotkavolterra_12_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
762 changes: 381 additions & 381 deletions docs/src/benchmarks/figures/lotkavolterra_13_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
696 changes: 348 additions & 348 deletions docs/src/benchmarks/figures/lotkavolterra_14_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
842 changes: 539 additions & 303 deletions docs/src/benchmarks/figures/lotkavolterra_15_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,444 changes: 310 additions & 1,134 deletions docs/src/benchmarks/figures/lotkavolterra_16_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
542 changes: 542 additions & 0 deletions docs/src/benchmarks/figures/lotkavolterra_17_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,142 changes: 1,142 additions & 0 deletions docs/src/benchmarks/figures/lotkavolterra_18_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
266 changes: 133 additions & 133 deletions docs/src/benchmarks/figures/lotkavolterra_2_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
606 changes: 302 additions & 304 deletions docs/src/benchmarks/figures/lotkavolterra_3_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
596 changes: 298 additions & 298 deletions docs/src/benchmarks/figures/lotkavolterra_4_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
600 changes: 300 additions & 300 deletions docs/src/benchmarks/figures/lotkavolterra_5_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
632 changes: 315 additions & 317 deletions docs/src/benchmarks/figures/lotkavolterra_6_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
616 changes: 310 additions & 306 deletions docs/src/benchmarks/figures/lotkavolterra_7_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
616 changes: 310 additions & 306 deletions docs/src/benchmarks/figures/lotkavolterra_8_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
758 changes: 378 additions & 380 deletions docs/src/benchmarks/figures/lotkavolterra_9_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 20 additions & 2 deletions docs/src/benchmarks/lotkavolterra.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,15 @@ plot(wp, color=[2 2 3 3 4 4 5 5])



Calibration:
```julia
plot(wp, x=:final, y=:chi2_final, color=[2 2 3 3 4 4 5 5])
```

![](figures/lotkavolterra_15_1.svg)



### EK1

```julia
Expand Down Expand Up @@ -401,7 +410,16 @@ wp = WorkPrecisionSet(
plot(wp, color=[2 2 3 3])
```

![](figures/lotkavolterra_15_1.svg)
![](figures/lotkavolterra_16_1.svg)



Calibration:
```julia
plot(wp, x=:final, y=:chi2_final, color=[2 2 3 3])
```

![](figures/lotkavolterra_17_1.svg)



Expand Down Expand Up @@ -448,7 +466,7 @@ plot(
)
```

![](figures/lotkavolterra_16_1.svg)
![](figures/lotkavolterra_18_1.svg)



Expand Down

0 comments on commit afb7845

Please sign in to comment.