You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#891 - Added a `p` field to the OptimizationState struct to provide
access to optimization parameters in callbacks. This enables use cases like
tracking loss function progression in multi-start optimization scenarios.
Changes:
- Modified OptimizationState struct to include `p` parameter field
- Updated constructor to accept optional `p` parameter
- Updated all OptimizationState construction calls across the codebase
to pass the appropriate parameter values (cache.p, d, etc.)
- Maintains backward compatibility with existing code
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments