Scaling in built-in function fmincon

3 views (last 30 days)
Lutao Xie
Lutao Xie on 19 Aug 2015
Commented: Alex King on 30 Nov 2016
I was just wondering if there's any scaling when it comes to the evaluation of tolerances(tolfun,tolx and tolcon) in the code of built-in function fmincon? Also does fmincon scale the objective function value or constraints, variables or any parameters that's affecting the tolerances?
Thanks!

Answers (1)

Matt J
Matt J on 19 Aug 2015
The cost function and constraints are not scaled. The tolerances are sometimes normalized and sometimes not, see
Basically, no definitive documentation to be found on this :-(
  2 Comments
Lutao Xie
Lutao Xie on 19 Aug 2015
Thanks. I'm looking at the code and trying to see or confirm if there's any scaling in the code or not. The definitions on the website are just too general and I need more detailed information :(
Alex King
Alex King on 30 Nov 2016
Hi Lutao, were you able to find anything information about scaling in the code?

Sign in to comment.

Categories

Find more on Get Started with Optimization Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!