Sir how to write objective function for this in particle swarm optimization algorthim

1 Ansicht (letzte 30 Tage)
How to write the code for this objective function

Akzeptierte Antwort

Alan Weiss
Alan Weiss am 1 Jun. 2020
I suppose that you know how to write code to calculate and . I suppose that you know how to write code to calculate the sum multiplied by . To maximize, you minimize the negative of that sum, as explained in Maximizing an Objective.
If you need more help, feel free to ask.
Alan Weiss
MATLAB mathematical toolbox documentation
  3 Kommentare
Thangavinothini R
Thangavinothini R am 3 Jun. 2020
how to write sumation objective function in matlab ...plz provide the code sir
Alan Weiss
Alan Weiss am 3 Jun. 2020
If you have a vector v = [v(1),...,v(n)] then the sum is y = sum(v). Or is there something else that you meant?
Alan Weiss
MATLAB mathematical toolbox documentation

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte


Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by