feat: Add L-BFGS gradient optimizer for surrogate polish phase
Implements gradient-based optimization exploiting MLP surrogate differentiability. Achieves 100-1000x faster convergence than derivative-free methods (TPE, CMA-ES). New files: - optimization_engine/gradient_optimizer.py: GradientOptimizer class with L-BFGS/Adam/SGD - studies/M1_Mirror/m1_mirror_adaptive_V14/run_lbfgs_polish.py: Per-study runner Updated docs: - SYS_14_NEURAL_ACCELERATION.md: Full L-BFGS section (v2.4) - 01_CHEATSHEET.md: Quick reference for L-BFGS usage - atomizer_fast_solver_technologies.md: Architecture context Usage: python -m optimization_engine.gradient_optimizer studies/my_study --n-starts 20 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
1022
.claude/skills/modules/atomizer_fast_solver_technologies.md
Normal file
1022
.claude/skills/modules/atomizer_fast_solver_technologies.md
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user