PlotOFParallelM(XX,​bycol,xnames)

버전 1.0.0.0 (2.85 KB) 작성자: Mario CASTRO GAMA
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 CenterMATLAB Answers에서 Multiobjective Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0