feat: implement FCES optimizer python bindings, add telemetry & comparative Ackley benchmark

This commit is contained in:
AI-anonymous
2026-05-20 02:35:16 +02:00
parent 418ee916a6
commit 074fbc5cb6
9 changed files with 876 additions and 12 deletions

4
benchmark_summary.txt Normal file
View File

@@ -0,0 +1,4 @@
FCES vs AdamW Optimization Benchmark (Ackley Function)
Final AdamW Loss: 9.001097 (w: [2.9789567 2.9789567])
Final FCES Loss: 9.001093 (w: [2.9792218 2.9792218])
Absolute Improvement: 0.000004