What is the effect of ScaleProblem = obj-and-conj
Show older comments
I had to calibrate our use of both 2012a and 2010b to get the same answers for internal algorithm troubleshooting. I make use og fmincon and I saw that to get the same results from my 2012a version of fmincon I need to set ScaleProblem to 'obj-and-conj', its default value in 2010b. Since the default value in 2012a is 'none' I wonder if there is some downside to setting it to 'obj-and-conj'. I have nonlinear constraints and nonlinear gradients.
Does this setting have something to do with normalizing the gradient so that the direction is chosen more on the basis of a standardized (scaled) gradient in case the scales for different variables are very different, hence giving more weight to directions with larger values in the gradient.
Gene Davis
Accepted Answer
More Answers (0)
Categories
Find more on Calendar 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!