PlotOFParallelM(XX,​bycol,xnames)

Plots the trade-off between objective functions as PARALLEL plot
ダウンロード: 73
更新 2015/10/23

ライセンスの表示

Input Arguments:
XX : matrix [nsamples, ncols] containing the Objective Functions
usually in Multi-Objective Optimization all objectives are
intended for minimization or maximization.
bycol : organize the arrows by which column
xnames : names of the objective functions
Output Arguments:
hh : Figure handle

Additional requirements:
create_colors.m
rescale.m

Notes:
1) Need to think how to show when objectives have LOG scale
2) Need to implement the possibility to use some objectives as
maximization and some as minimization
Example
XX = [1+4*rand(500,1), 3+2*rand(500,1), rand(500,1), -1+2*rand(500,1)];
PlotOFParallelM(XX,2,{'f1','f2','f3','f4'});

引用

Mario CASTRO GAMA (2024). PlotOFParallelM(XX,bycol,xnames) (https://www.mathworks.com/matlabcentral/fileexchange/53653-plotofparallelm-xx-bycol-xnames), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMultiobjective Optimization についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0