Scaling in Pattern search
Show older comments
I am using PatternSearch for an optimization problem. There are 12 parameters with varying sizes ranging from 10^2 to 10^-3. In gradient based optimization it is often suggested to use scaling. Do I need scaling in pattern search too? I already have the Scale option on.
6 Comments
jgg
on 21 Apr 2016
It's a very good idea to try to set up your optimization so all the parameters have approximately the same impact on the objective function. For instance, if one parameters is on the order of 10^2, divide it by 100, while if it's on the order of 10^-3, multiply it by one thousand.
Scale or ScaleMesh can help with this, but it's a better idea to just properly scale your problem in the first place.
hscbsc
on 22 Apr 2016
jgg
on 22 Apr 2016
I don't think the weighted-ness should have anything to do with it; you're probably just finding idiosyncratic local minima. Try playing with the starting points or tolerances for solution.
hscbsc
on 23 Apr 2016
jgg
on 25 Apr 2016
You should explain what you did in an answer to this problem, so other people can find it and learn.
Answers (1)
Image Analyst
on 25 Apr 2016
0 votes
There are several scale invariant pattern recognition algorithms. For example SIFT and Hu's moments:
Categories
Find more on MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!