Writing Penality function in GA

2 ビュー (過去 30 日間)
Saifullah Khalid
Saifullah Khalid 2017 年 8 月 3 日
編集済み: Saifullah Khalid 2017 年 8 月 3 日
I am trying to solve a constrained optimization problem with two objectives using GA. The objective function and constraints are as follow:
min f1(x1, x2) & max f2(x1, x2)
subject to:
a*x1-b*x2 < 0 where a and b are constants
sum (x1)= 1
I want to use penalty function approach to solve this problem but I am not sure how to write and apply penalty function to both objectives. I would appreciate any help on this issue.

回答 (1 件)

Sebastian Castro
Sebastian Castro 2017 年 8 月 3 日
You can use the gamultiobj function to pass in both your penalty functions separately.
- Sebastian
  1 件のコメント
Saifullah Khalid
Saifullah Khalid 2017 年 8 月 3 日
Thanks, Sebastian Castro, Sorry I did not write requirement in question. Actually I am not clear how to write penalty function for this problem.

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

カテゴリ

Help Center および File ExchangeMultiobjective Optimization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by