Skip to content

Commit e480780

Browse files
daily: update calibration benchmark results
1 parent d8caf6f commit e480780

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

docs/benchmark-convergence.png

230 Bytes
Loading

docs/benchmark-history.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,7 @@ timestamp,algorithm,iterations,best_objective,convergence_rate
311311
2026-06-25 10:41,PSO,500,6.164708e-21,1.0000
312312
2026-06-25 10:41,GLUE,500,6.561725e-01,0.9998
313313
2026-06-25 10:41,Sobol,500,1.384629e-02,0.9962
314+
2026-06-26 10:43,DDS,500,2.163206e-01,1.0000
315+
2026-06-26 10:43,PSO,500,2.291600e-19,1.0000
316+
2026-06-26 10:43,GLUE,500,6.296389e-01,1.0000
317+
2026-06-26 10:43,Sobol,500,9.564948e-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:bb3c2074f7af6f7f17a2c34d6f7a066d -->
1+
<!-- fingerprint:58580c089d153a8c95e8e8a4b7a2520c -->
22
# Calibration Algorithm Benchmarks
33

4-
*Last updated: 2026-06-25 10:41 UTC*
4+
*Last updated: 2026-06-26 10:43 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 | 3.414690e-01 | 99.81% |
11-
| PSO | 500 | 6.164708e-21 | 100.00% |
12-
| GLUE | 500 | 6.561725e-01 | 99.98% |
13-
| Sobol | 500 | 1.384629e-02 | 99.62% |
10+
| DDS | 500 | 2.163206e-01 | 100.00% |
11+
| PSO | 500 | 2.291600e-19 | 100.00% |
12+
| GLUE | 500 | 6.296389e-01 | 100.00% |
13+
| Sobol | 500 | 9.564948e-03 | 99.62% |
1414

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

0 commit comments

Comments
 (0)