Skip to content

Commit 932452c

Browse files
daily: update calibration benchmark results
1 parent 784aa54 commit 932452c

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

docs/benchmark-convergence.png

1.72 KB
Loading

docs/benchmark-history.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,7 @@ timestamp,algorithm,iterations,best_objective,convergence_rate
123123
2026-05-08 10:14,PSO,500,2.193520e-19,1.0000
124124
2026-05-08 10:14,GLUE,500,2.031183e-01,0.9744
125125
2026-05-08 10:14,Sobol,500,1.348062e-02,0.9962
126+
2026-05-09 10:10,DDS,500,1.540993e-01,1.0000
127+
2026-05-09 10:10,PSO,500,6.209062e-21,1.0000
128+
2026-05-09 10:10,GLUE,500,1.182418e+00,0.9883
129+
2026-05-09 10:10,Sobol,500,2.855958e-03,0.9962

docs/benchmarks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<!-- fingerprint:77592ca296ccce6d499282db9215a57b -->
1+
<!-- fingerprint:278bf966c8de183c1de553615961fcb8 -->
22
# Calibration Algorithm Benchmarks
33

4-
*Last updated: 2026-05-08 10:14 UTC*
4+
*Last updated: 2026-05-09 10:10 UTC*
55

66
Synthetic benchmark on the **Rosenbrock** test function f(x,y) = (1−x)² + 100·(y−x²)² with random starting points.
77

88
| Algorithm | Iterations | Best Objective | Convergence Rate |
99
|-----------|-----------|----------------|------------------|
10-
| DDS | 500 | 1.164837e-01 | 100.00% |
11-
| PSO | 500 | 2.193520e-19 | 100.00% |
12-
| GLUE | 500 | 2.031183e-01 | 97.44% |
13-
| Sobol | 500 | 1.348062e-02 | 99.62% |
10+
| DDS | 500 | 1.540993e-01 | 100.00% |
11+
| PSO | 500 | 6.209062e-21 | 100.00% |
12+
| GLUE | 500 | 1.182418e+00 | 98.83% |
13+
| Sobol | 500 | 2.855958e-03 | 99.62% |
1414

1515
![Convergence plot](benchmark-convergence.png)
1616

0 commit comments

Comments
 (0)