How to solve the optimization problem as follows

조회 수: 1 (최근 30일)
tian shi
tian shi 2016년 10월 3일
답변: ALBERT ALEXANDER STONIER 2016년 10월 3일
function is f(x)=x(1)^2-cos(5*x(1))+x(2)^2-cos(5*x(2)),x(1),x(2)belong to the real number

채택된 답변

ALBERT ALEXANDER STONIER
ALBERT ALEXANDER STONIER 2016년 10월 3일
You can include this function as the objective functions and the related constraints as being real numbers. You can use either GUI optimtool or you can write the codings in the m file editor. Based on the choice of algorithm you can formulate the related codes like GA,PSO,SA, BO etc.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by