How to solve the optimization problem as follows
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
tian shi
am 3 Okt. 2016
Beantwortet: ALBERT ALEXANDER STONIER
am 3 Okt. 2016
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
0 Kommentare
Akzeptierte Antwort
ALBERT ALEXANDER STONIER
am 3 Okt. 2016
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Problem-Based Optimization Setup finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!