필터 지우기
필터 지우기

How can I come to know that the Constraints are satisfied in Pattern Search algorithm?

조회 수: 1 (최근 30일)
Hi I am using Patternsearch algorithm to find minimum value of objective function. Pattern Search algorithm terminates when number of generations exceeds. How can I come to know that the Constraints are satisfied?

채택된 답변

Walter Roberson
Walter Roberson 2018년 2월 20일
You can set the options to display information for each iteration. Or you can use the four-output variation and look at the output structure for maxconstraint
  댓글 수: 4
Dhanu Naik
Dhanu Naik 2018년 2월 21일
Do I need to vary other parameters of Patternsearch algorithm untill maxconstraints approaches Zero?
Walter Roberson
Walter Roberson 2018년 2월 21일
I would be more likely to loop doing patternsearch with a limited number of iterations but different x0 vectors, hoping to find locations where the constraints are satisfied. This is basically the same technique used by multiStart() but unfortunately multiStart does not appear to support patternsearch.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Direct Search에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by