Uno icon indicating copy to clipboard operation
Uno copied to clipboard

[WIP] Function scaling

Open cvanaret opened this issue 3 months ago • 0 comments

  • [x] added Scaling class
  • [x] added EvaluationSpace::compute_constraint_jacobian_norms() to compute the inf norm of each Jacobian row
  • [x] created an optional scaling object in the constraint relaxation strategies
  • [x] renamed scale_functions option into use_function_scaling
  • [x] use objective scaling in the subproblem
  • [ ] use constraint scaling in the subproblem

Fixes https://github.com/cvanaret/Uno/issues/425

cvanaret avatar Nov 13 '25 21:11 cvanaret