nonlinear constrained optimization using simulated annealing

Hi, I am optimizing my system design using MATLAB GLOBAL OPTIMIZATION TOOLBOX.i used GA and it worked well.Now i am trying to use another technique to compare and verify the results. My objective function is nonlinear constrained type and I am trying to use SA.But SA doesn't have any provision for constrained problem.Is there any way to do so.plz suggest.

 채택된 답변

Alan Weiss
Alan Weiss 2015년 3월 30일

0 개 추천

The only way to do this using SA is to write your own SA solver.
You would do much better to use patternsearch. In fact, patternsearch is usually faster, more robust, and more reliable than ga, and is easier to tune.
Alan Weiss
MATLAB mathematical toolbox documentation

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Simulated Annealing에 대해 자세히 알아보기

질문:

2015년 3월 30일

답변:

2015년 3월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by