Skip to content

Commit 08e61fd

Browse files
daily: update calibration benchmark results
1 parent 485d1fc commit 08e61fd

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

docs/benchmark-convergence.png

2.38 KB
Loading

docs/benchmark-history.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,7 @@ timestamp,algorithm,iterations,best_objective,convergence_rate
163163
2026-05-18 11:10,PSO,500,5.177809e-25,1.0000
164164
2026-05-18 11:10,GLUE,500,1.296417e+00,0.9703
165165
2026-05-18 11:10,Sobol,500,1.311552e-02,0.9962
166+
2026-05-19 10:49,DDS,500,1.089728e-01,1.0000
167+
2026-05-19 10:49,PSO,500,2.743971e-21,1.0000
168+
2026-05-19 10:49,GLUE,500,4.895897e-02,0.9996
169+
2026-05-19 10:49,Sobol,500,1.743010e-02,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:b1d1a4126c0c0f1069cb4b2cfef9a666 -->
1+
<!-- fingerprint:48d5c0bf5a83e52bb00ff73e4259bdc2 -->
22
# Calibration Algorithm Benchmarks
33

4-
*Last updated: 2026-05-18 11:10 UTC*
4+
*Last updated: 2026-05-19 10:49 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.144928e+00 | 99.97% |
11-
| PSO | 500 | 5.177809e-25 | 100.00% |
12-
| GLUE | 500 | 1.296417e+00 | 97.03% |
13-
| Sobol | 500 | 1.311552e-02 | 99.62% |
10+
| DDS | 500 | 1.089728e-01 | 100.00% |
11+
| PSO | 500 | 2.743971e-21 | 100.00% |
12+
| GLUE | 500 | 4.895897e-02 | 99.96% |
13+
| Sobol | 500 | 1.743010e-02 | 99.62% |
1414

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

0 commit comments

Comments
 (0)