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

1 次查看(过去 30 天)
How to write the code for this objective function

采纳的回答

Alan Weiss
Alan Weiss 2020-6-1
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 个评论
Alan Weiss
Alan Weiss 2020-6-3
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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息

产品


版本

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by