フィルターのクリア

How to use PSO (Particle swarm optimization) to optimize objective function containing two terms one of them kmeans clustering?

2 ビュー (過去 30 日間)
Hi
I used PSO before to optimize an objective function.Now I have an objective(fitness) function containing two terms; one of them described by k-means clustering ..Euclidean distance?

採用された回答

Walter Roberson
Walter Roberson 2019 年 1 月 19 日
You have to pass a function handle as the objective function, but it does not have to be an anonymous function. You can pass the handle to a function that does extensive computation based on the inputs. The only requirement is that the output has to be a scalar.
If you are trying to minimize two distinct things simultaneously then you either need to decide their relative weighting to combine them into a scalar, or else you need to use gamultiobj() to find pareto fronts.
  14 件のコメント
M.Shaarawy
M.Shaarawy 2019 年 1 月 22 日
Dear Walter Roberson,
Is there is compact code after the description in the last two images?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeParticle Swarm についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by