Skip to content

Commit a1ea46f

Browse files
daily: update calibration benchmark results
1 parent 30560c3 commit a1ea46f

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

docs/benchmark-convergence.png

1.64 KB
Loading

docs/benchmark-history.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,3 +551,7 @@ timestamp,algorithm,iterations,best_objective,convergence_rate
551551
2026-08-24 10:03,PSO,500,1.902356e-18,1.0000
552552
2026-08-24 10:03,GLUE,500,1.236293e+00,0.9980
553553
2026-08-24 10:03,Sobol,500,9.130341e-03,0.9962
554+
2026-08-25 09:57,DDS,500,9.054816e-02,1.0000
555+
2026-08-25 09:57,PSO,500,1.256966e-19,1.0000
556+
2026-08-25 09:57,GLUE,500,1.580028e+00,0.9999
557+
2026-08-25 09:57,Sobol,500,9.988661e-06,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:7a20d8752a4a0a7e6258e9b3cd336422 -->
1+
<!-- fingerprint:2e4fc67207ca6f1c8c8ab7a92b745ff1 -->
22
# Calibration Algorithm Benchmarks
33

4-
*Last updated: 2026-08-24 10:03 UTC*
4+
*Last updated: 2026-08-25 09:57 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 | 7.052772e-02 | 100.00% |
11-
| PSO | 500 | 1.902356e-18 | 100.00% |
12-
| GLUE | 500 | 1.236293e+00 | 99.80% |
13-
| Sobol | 500 | 9.130341e-03 | 99.62% |
10+
| DDS | 500 | 9.054816e-02 | 100.00% |
11+
| PSO | 500 | 1.256966e-19 | 100.00% |
12+
| GLUE | 500 | 1.580028e+00 | 99.99% |
13+
| Sobol | 500 | 9.988661e-06 | 99.62% |
1414

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

0 commit comments

Comments
 (0)