Hi, could I ask if CMLMT can give the global optimization result when there are several local minimum? Thank you.
1 Answer
0
CMLMT will find one of the minimum near to your starting point. If your function has multiple minima, write a program to generate random starting points within your parameter space and record each minimum it finds. The number of starting points depends on the size of your parameter space and on the number of minima.
Your Answer
1 Answer
CMLMT will find one of the minimum near to your starting point. If your function has multiple minima, write a program to generate random starting points within your parameter space and record each minimum it finds. The number of starting points depends on the size of your parameter space and on the number of minima.