Skip to content

Commit 474f77e

Browse files
daily: update calibration benchmark results
1 parent 2b75de8 commit 474f77e

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

docs/benchmark-convergence.png

1006 Bytes
Loading

docs/benchmark-history.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,7 @@ timestamp,algorithm,iterations,best_objective,convergence_rate
187187
2026-05-24 10:20,PSO,500,7.004352e-19,1.0000
188188
2026-05-24 10:20,GLUE,500,3.108863e-01,0.9982
189189
2026-05-24 10:20,Sobol,500,3.894898e-03,0.9962
190+
2026-05-25 11:11,DDS,500,2.737639e-02,1.0000
191+
2026-05-25 11:11,PSO,500,7.442803e-21,1.0000
192+
2026-05-25 11:11,GLUE,500,3.373023e-02,0.9994
193+
2026-05-25 11:11,Sobol,500,5.968604e-04,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:e77b28a62ea562802cf197e9fc063331 -->
1+
<!-- fingerprint:ed373359a2d3ad2e78b138861be498b5 -->
22
# Calibration Algorithm Benchmarks
33

4-
*Last updated: 2026-05-24 10:20 UTC*
4+
*Last updated: 2026-05-25 11:11 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 | 5.823989e-01 | 100.00% |
11-
| PSO | 500 | 7.004352e-19 | 100.00% |
12-
| GLUE | 500 | 3.108863e-01 | 99.82% |
13-
| Sobol | 500 | 3.894898e-03 | 99.62% |
10+
| DDS | 500 | 2.737639e-02 | 100.00% |
11+
| PSO | 500 | 7.442803e-21 | 100.00% |
12+
| GLUE | 500 | 3.373023e-02 | 99.94% |
13+
| Sobol | 500 | 5.968604e-04 | 99.62% |
1414

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

0 commit comments

Comments
 (0)