Skip to content

Commit

Permalink
Update LV again and see result
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Nov 13, 2023
1 parent 3266335 commit 3c0f291
Show file tree
Hide file tree
Showing 14 changed files with 4,506 additions and 5,026 deletions.
14 changes: 7 additions & 7 deletions benchmarks/lotkavolterra.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ wp = WorkPrecisionSet(
maxiters = Int(1e7),
)

plot(wp, y=:l2, palette=Plots.palette([:blue, :red], length(_setups)))
plot(wp, x=:l2, palette=Plots.palette([:blue, :red], length(_setups)))
```

### Interpolation errors (L2)
```julia
plot(wp, y=:L2, palette=Plots.palette([:blue, :red], length(_setups)))
plot(wp, x=:L2, palette=Plots.palette([:blue, :red], length(_setups)))
```

## EK1 accross orders
Expand Down Expand Up @@ -168,12 +168,12 @@ wp = WorkPrecisionSet(
maxiters = Int(1e7),
)

plot(wp, y=:l2, palette=Plots.palette([:blue, :red], length(_setups)))
plot(wp, x=:l2, palette=Plots.palette([:blue, :red], length(_setups)))
```

### Interpolation errors (L2)
```julia
plot(wp, y=:L2, palette=Plots.palette([:blue, :red], length(_setups)))
plot(wp, x=:L2, palette=Plots.palette([:blue, :red], length(_setups)))
```

## EK0 vs. EK1: Work-Precision
Expand Down Expand Up @@ -245,7 +245,7 @@ wp = WorkPrecisionSet(
maxiters = Int(1e7),
)

plot(wp, color=[1 1 1 1 2 2 2 2])
plot(wp, x=:L2, color=[1 1 1 1 2 2 2 2])
```

## EK0 vs. EK1: Calibration
Expand Down Expand Up @@ -308,7 +308,7 @@ wp = WorkPrecisionSet(
maxiters = Int(1e7),
)

plot(wp, color=[2 2 2 3 3 3 4 4 4 5 5 5])
plot(wp, color=[2 2 3 3 4 4 5 5])
```

### EK1
Expand Down Expand Up @@ -340,7 +340,7 @@ wp = WorkPrecisionSet(
maxiters = Int(1e7),
)

plot(wp, color=[2 2 2 3 3 3])
plot(wp, color=[2 2 3 3])
```

## Comparison of the different initialization schemes
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.
698 changes: 348 additions & 350 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.
608 changes: 306 additions & 302 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.
2,230 changes: 1,114 additions & 1,116 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.
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.
608 changes: 304 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.
740 changes: 303 additions & 437 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.
742 changes: 305 additions & 437 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: 317 additions & 315 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.
748 changes: 309 additions & 439 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.
746 changes: 309 additions & 437 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: 380 additions & 378 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.
14 changes: 7 additions & 7 deletions docs/src/benchmarks/lotkavolterra.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ wp = WorkPrecisionSet(
maxiters = Int(1e7),
)

plot(wp, y=:l2, palette=Plots.palette([:blue, :red], length(_setups)))
plot(wp, x=:l2, palette=Plots.palette([:blue, :red], length(_setups)))
```

![](figures/lotkavolterra_4_1.svg)
Expand All @@ -123,7 +123,7 @@ plot(wp, y=:l2, palette=Plots.palette([:blue, :red], length(_setups)))

### Interpolation errors (L2)
```julia
plot(wp, y=:L2, palette=Plots.palette([:blue, :red], length(_setups)))
plot(wp, x=:L2, palette=Plots.palette([:blue, :red], length(_setups)))
```

![](figures/lotkavolterra_5_1.svg)
Expand Down Expand Up @@ -191,7 +191,7 @@ wp = WorkPrecisionSet(
maxiters = Int(1e7),
)

plot(wp, y=:l2, palette=Plots.palette([:blue, :red], length(_setups)))
plot(wp, x=:l2, palette=Plots.palette([:blue, :red], length(_setups)))
```

![](figures/lotkavolterra_7_1.svg)
Expand All @@ -200,7 +200,7 @@ plot(wp, y=:l2, palette=Plots.palette([:blue, :red], length(_setups)))

### Interpolation errors (L2)
```julia
plot(wp, y=:L2, palette=Plots.palette([:blue, :red], length(_setups)))
plot(wp, x=:L2, palette=Plots.palette([:blue, :red], length(_setups)))
```

![](figures/lotkavolterra_8_1.svg)
Expand Down Expand Up @@ -280,7 +280,7 @@ wp = WorkPrecisionSet(
maxiters = Int(1e7),
)

plot(wp, color=[1 1 1 1 2 2 2 2])
plot(wp, x=:L2, color=[1 1 1 1 2 2 2 2])
```

![](figures/lotkavolterra_10_1.svg)
Expand Down Expand Up @@ -372,7 +372,7 @@ wp = WorkPrecisionSet(
maxiters = Int(1e7),
)

plot(wp, color=[2 2 2 3 3 3 4 4 4 5 5 5])
plot(wp, color=[2 2 3 3 4 4 5 5])
```

![](figures/lotkavolterra_14_1.svg)
Expand Down Expand Up @@ -408,7 +408,7 @@ wp = WorkPrecisionSet(
maxiters = Int(1e7),
)

plot(wp, color=[2 2 2 3 3 3])
plot(wp, color=[2 2 3 3])
```

![](figures/lotkavolterra_15_1.svg)
Expand Down

0 comments on commit 3c0f291

Please sign in to comment.