Why does pattern search give result worse than initial guess?

Hi,
I use pattern search (R2017a) for a constrained minimization problem.
From a previous run using pattern search, I obtained a set of feasible results. But when I feed these numbers to pattern search as initial values again, I occasionally get worse results.
I noticed there was a similar post regarding fmincon. Could this be a similar issue?
Thanks.
Shi

Answers (1)

It could be a constraint violation issue: the new "worse" values might violate the constraints less .

1 Comment

Is there a value I can check for the "degree of violation"? I thought both of the results are acceptable to pattern search.

Sign in to comment.

Categories

Find more on App Building in Help Center and File Exchange

Asked:

on 24 Aug 2017

Commented:

on 24 Aug 2017

Community Treasure Hunt

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

Start Hunting!