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
Add NonlinearKeywordArgError to accept lb and ub in NonlinearSolveBase
Created a custom keyword argument handler NonlinearKeywordArgError that
extends the standard SciMLBase keywords to include bounds (lb, ub) for
NonlinearLeastSquaresProblem.
- Added NonlinearKeywordArgError struct and checkkwargs method in NonlinearSolveBase.jl
- Added specific solve_call and init_call methods for NonlinearLeastSquaresProblem
that use NonlinearKeywordArgError as the default kwargshandle
- This allows bounds to be passed as problem kwargs without triggering
"Unrecognized keyword arguments" errors
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments