Plotting full pareto front for Ga multiobjective optimisation

I am doing a multibjective optimsation in matlab and plotting pareto front but it is only showing me one point , i want a full convergence curve can anybody help me with this?

2 件のコメント

Alan Weiss
Alan Weiss 2022 年 7 月 10 日
You missed the final part of the exit message:
"Constraints are not satisfied within constraint tolerance."
In other words, you have NO points on the Pareto front. Your nonlinear constraints and bounds seem not to allow for any solution points. To confirm, check that the returned point [22.295,9,841,113.97] is infeasible for nonlinear_constraints (see that at least one value in nonlinear_constraints(x) > 0).
Alan Weiss
MATLAB mathematical toolbox documentation
ARJUN GUPTA
ARJUN GUPTA 2022 年 7 月 14 日
@Alan Weiss Thank you for such a lovely explanation, finally i am able to do it.

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

回答 (0 件)

カテゴリ

質問済み:

2022 年 7 月 10 日

コメント済み:

2022 年 7 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by