Skip to content

Commit fa595d3

Browse files
daily: update calibration benchmark results
1 parent dd74906 commit fa595d3

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

docs/benchmark-convergence.png

-2 KB
Loading

docs/benchmark-history.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,3 +395,7 @@ timestamp,algorithm,iterations,best_objective,convergence_rate
395395
2026-07-16 10:25,PSO,500,9.614749e-21,1.0000
396396
2026-07-16 10:25,GLUE,500,2.525549e-01,0.9979
397397
2026-07-16 10:25,Sobol,500,1.269326e-03,0.9962
398+
2026-07-17 10:22,DDS,500,3.016853e-01,0.9997
399+
2026-07-17 10:22,PSO,500,8.634723e-18,1.0000
400+
2026-07-17 10:22,GLUE,500,3.776955e-01,0.9835
401+
2026-07-17 10:22,Sobol,500,1.390207e-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:4fe9db8fb49930cd1b43f21a620a65aa -->
1+
<!-- fingerprint:8f50ffbbb3ec6c890b2af1a05e246b9b -->
22
# Calibration Algorithm Benchmarks
33

4-
*Last updated: 2026-07-16 10:25 UTC*
4+
*Last updated: 2026-07-17 10:22 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.055319e-01 | 99.97% |
11-
| PSO | 500 | 9.614749e-21 | 100.00% |
12-
| GLUE | 500 | 2.525549e-01 | 99.79% |
13-
| Sobol | 500 | 1.269326e-03 | 99.62% |
10+
| DDS | 500 | 3.016853e-01 | 99.97% |
11+
| PSO | 500 | 8.634723e-18 | 100.00% |
12+
| GLUE | 500 | 3.776955e-01 | 98.35% |
13+
| Sobol | 500 | 1.390207e-03 | 99.62% |
1414

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

0 commit comments

Comments
 (0)