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
Scaling the factorized block at the linear solver level
Scaling the full KKT system at the MadNLPSolver level
Since mature CPU solvers have built in scaling method, the default behavior should be a dummy scaler, doing nothing. For less reliable linear solvers, scaling methods can be applied.
The text was updated successfully, but these errors were encountered:
There are a few options for implementing scaling
cc: @amontoison @frapac
MadNLPSolver
levelSince mature CPU solvers have built in scaling method, the default behavior should be a dummy scaler, doing nothing. For less reliable linear solvers, scaling methods can be applied.
The text was updated successfully, but these errors were encountered: