首页

多目标算法的功能测试包

matlab

2021-7-1

多目标算法的功能测试包,用于评估所提算法的寻优性能和收敛性能。

资源下载此资源下载价格为5D币(VIP免费),请先
资源文件列表
PlatEMO-master/.github/ISSUE_TEMPLATE/bug_report.md , 799
PlatEMO-master/.github/ISSUE_TEMPLATE/feature_request.md , 560
PlatEMO-master/.gitignore , 57
PlatEMO-master/Doc/QQgroupNumber.jpg , 142233
PlatEMO-master/Doc/logo.png , 51921
PlatEMO-master/PlatEMO/Algorithms/A-NSGA-III/ANSGAIII.m , 1872
PlatEMO-master/PlatEMO/Algorithms/A-NSGA-III/Adaptive.m , 1824
PlatEMO-master/PlatEMO/Algorithms/A-NSGA-III/EnvironmentalSelection.m , 3192
PlatEMO-master/PlatEMO/Algorithms/AGE-II/AGEII.m , 1587
PlatEMO-master/PlatEMO/Algorithms/AGE-II/CrowdingDistance.m , 1353
PlatEMO-master/PlatEMO/Algorithms/AGE-II/EnvironmentalSelection.m , 2128
PlatEMO-master/PlatEMO/Algorithms/AGE-II/MatingSelection.m , 1033
PlatEMO-master/PlatEMO/Algorithms/AGE-II/UpdateArchive.m , 763
PlatEMO-master/PlatEMO/Algorithms/AR-MOEA/ARMOEA.m , 1677
PlatEMO-master/PlatEMO/Algorithms/AR-MOEA/CalDistance.m , 1345
PlatEMO-master/PlatEMO/Algorithms/AR-MOEA/EnvironmentalSelection.m , 3017
PlatEMO-master/PlatEMO/Algorithms/AR-MOEA/MatingSelection.m , 2198
PlatEMO-master/PlatEMO/Algorithms/AR-MOEA/UpdateRefPoint.m , 2552
PlatEMO-master/PlatEMO/Algorithms/BCE-IBEA/BCEIBEA.m , 1717
PlatEMO-master/PlatEMO/Algorithms/BCE-IBEA/CalFitness.m , 1001
PlatEMO-master/PlatEMO/Algorithms/BCE-IBEA/EnvironmentalSelection.m , 979
PlatEMO-master/PlatEMO/Algorithms/BCE-IBEA/Exploration.m , 1472
PlatEMO-master/PlatEMO/Algorithms/BCE-IBEA/PCSelection.m , 1465
PlatEMO-master/PlatEMO/Algorithms/BCE-MOEA-D/BCEMOEAD.m , 2763
PlatEMO-master/PlatEMO/Algorithms/BCE-MOEA-D/Exploration.m , 1472
PlatEMO-master/PlatEMO/Algorithms/BCE-MOEA-D/PCSelection.m , 1465
PlatEMO-master/PlatEMO/Algorithms/BiGE/BiGE.m , 1229
PlatEMO-master/PlatEMO/Algorithms/BiGE/EnvironmentalSelection.m , 1409
PlatEMO-master/PlatEMO/Algorithms/BiGE/Estimation.m , 1265
PlatEMO-master/PlatEMO/Algorithms/BiGE/MatingSelection.m , 983
PlatEMO-master/PlatEMO/Algorithms/C-MOEA-D/CMOEAD.m , 2691
PlatEMO-master/PlatEMO/Algorithms/CMOPSO/CMOPSO.m , 1248
PlatEMO-master/PlatEMO/Algorithms/CMOPSO/CrowdingDistance.m , 1353
PlatEMO-master/PlatEMO/Algorithms/CMOPSO/EnvironmentalSelection.m , 1731
PlatEMO-master/PlatEMO/Algorithms/CMOPSO/Operator.m , 2579
PlatEMO-master/PlatEMO/Algorithms/CPS-MOEA/CPSMOEA.m , 1659
PlatEMO-master/PlatEMO/Algorithms/CPS-MOEA/KNN.m , 1027
PlatEMO-master/PlatEMO/Algorithms/CPS-MOEA/NDS.m , 1709
PlatEMO-master/PlatEMO/Algorithms/CPS-MOEA/Operator.m , 1140
PlatEMO-master/PlatEMO/Algorithms/CSEA/CSEA.m , 2582
PlatEMO-master/PlatEMO/Algorithms/CSEA/DataProcess.m , 1279
PlatEMO-master/PlatEMO/Algorithms/CSEA/FNN.m , 3176
PlatEMO-master/PlatEMO/Algorithms/CSEA/GetOutput.m , 881
PlatEMO-master/PlatEMO/Algorithms/CSEA/RadarGrid.m , 1548
PlatEMO-master/PlatEMO/Algorithms/CSEA/RefSelect.m , 2529
PlatEMO-master/PlatEMO/Algorithms/CSEA/SurrogateAssistedSelection.m , 1630
PlatEMO-master/PlatEMO/Algorithms/CSEA/lhsamp.m , 592
PlatEMO-master/PlatEMO/Algorithms/DMOEA-eC/DMOEAeC.m , 5235
PlatEMO-master/PlatEMO/Algorithms/DMOEA-eC/UpdateArchive.m , 1609
PlatEMO-master/PlatEMO/Algorithms/EAG-MOEA-D/EAGMOEAD.m , 2117
PlatEMO-master/PlatEMO/Algorithms/EAG-MOEA-D/MatingSelection.m , 1070
PlatEMO-master/PlatEMO/Algorithms/EAG-MOEA-D/UpdateArchive.m , 1701
PlatEMO-master/PlatEMO/Algorithms/EAG-MOEA-D/UpdatePopulation.m , 1015
PlatEMO-master/PlatEMO/Algorithms/EFR-RR/EFRRR.m , 1673
PlatEMO-master/PlatEMO/Algorithms/EFR-RR/EnvironmentalSelection.m , 1203
PlatEMO-master/PlatEMO/Algorithms/EFR-RR/MaximumRanking.m , 1308
PlatEMO-master/PlatEMO/Algorithms/EFR-RR/Normalization.m , 1419
PlatEMO-master/PlatEMO/Algorithms/EIM-EGO/DACE/corrgauss.m , 1028
PlatEMO-master/PlatEMO/Algorithms/EIM-EGO/DACE/dacefit.m , 9151
PlatEMO-master/PlatEMO/Algorithms/EIM-EGO/DACE/lhsamp.m , 592
PlatEMO-master/PlatEMO/Algorithms/EIM-EGO/DACE/predictor.m , 4398
PlatEMO-master/PlatEMO/Algorithms/EIM-EGO/DACE/regpoly0.m , 377
PlatEMO-master/PlatEMO/Algorithms/EIM-EGO/DACE/regpoly1.m , 385
PlatEMO-master/PlatEMO/Algorithms/EIM-EGO/EIMEGO.m , 2568
PlatEMO-master/PlatEMO/Algorithms/EIM-EGO/InfillSamplingEIM.m , 3282
PlatEMO-master/PlatEMO/Algorithms/EMyO-C/Clustering.m , 2061
PlatEMO-master/PlatEMO/Algorithms/EMyO-C/EMyOC.m , 1558
PlatEMO-master/PlatEMO/Algorithms/EMyO-C/EnvironmentalSelection.m , 1133
PlatEMO-master/PlatEMO/Algorithms/EMyO-C/Operator.m , 1819
PlatEMO-master/PlatEMO/Algorithms/EMyO-C/Truncation.m , 1430
PlatEMO-master/PlatEMO/Algorithms/GDE3/EnvironmentalSelection.m , 2764
PlatEMO-master/PlatEMO/Algorithms/GDE3/GDE3.m , 1268
PlatEMO-master/PlatEMO/Algorithms/GFM-MOEA/CalFitness.m , 1763
PlatEMO-master/PlatEMO/Algorithms/GFM-MOEA/EnvironmentalSelection.m , 2119
PlatEMO-master/PlatEMO/Algorithms/GFM-MOEA/GFM.m , 1656
PlatEMO-master/PlatEMO/Algorithms/GFM-MOEA/GFMMOEA.m , 2081
PlatEMO-master/PlatEMO/Algorithms/GrEA/EnvironmentalSelection.m , 3419
PlatEMO-master/PlatEMO/Algorithms/GrEA/GrEA.m , 1442
PlatEMO-master/PlatEMO/Algorithms/GrEA/MatingSelection.m , 1960
PlatEMO-master/PlatEMO/Algorithms/HypE/CalHV.m , 2470
PlatEMO-master/PlatEMO/Algorithms/HypE/EnvironmentalSelection.m , 1289
PlatEMO-master/PlatEMO/Algorithms/HypE/HypE.m , 1541
PlatEMO-master/PlatEMO/Algorithms/I-DBEA/IDBEA.m , 3022
PlatEMO-master/PlatEMO/Algorithms/I-DBEA/Intercepts.m , 1235
PlatEMO-master/PlatEMO/Algorithms/I-SIBEA/CalWHV.m , 3065
PlatEMO-master/PlatEMO/Algorithms/I-SIBEA/CalWHVLoss.m , 1940
PlatEMO-master/PlatEMO/Algorithms/I-SIBEA/EnvironmentalSelection.m , 1298
PlatEMO-master/PlatEMO/Algorithms/I-SIBEA/ISIBEA.m , 1890
PlatEMO-master/PlatEMO/Algorithms/I-SIBEA/Interaction.m , 1494
PlatEMO-master/PlatEMO/Algorithms/IBEA/CalFitness.m , 1001
PlatEMO-master/PlatEMO/Algorithms/IBEA/EnvironmentalSelection.m , 979
PlatEMO-master/PlatEMO/Algorithms/IBEA/IBEA.m , 1420
PlatEMO-master/PlatEMO/Algorithms/IM-MOEA/EnvironmentalSelection.m , 1634
PlatEMO-master/PlatEMO/Algorithms/IM-MOEA/IMMOEA.m , 2011
PlatEMO-master/PlatEMO/Algorithms/IM-MOEA/Operator.m , 2927
PlatEMO-master/PlatEMO/Algorithms/IM-MOEA/gpml-matlab-v3.4-2013-11-11/Copyright , 1838
PlatEMO-master/PlatEMO/Algorithms/IM-MOEA/gpml-matlab-v3.4-2013-11-11/covLIN.m , 1054
PlatEMO-master/PlatEMO/Algorithms/IM-MOEA/gpml-matlab-v3.4-2013-11-11/gp.m , 8809
PlatEMO-master/PlatEMO/Algorithms/IM-MOEA/gpml-matlab-v3.4-2013-11-11/infExact.m , 2257
PlatEMO-master/PlatEMO/Algorithms/IM-MOEA/gpml-matlab-v3.4-2013-11-11/likGauss.m , 3482
PlatEMO-master/PlatEMO/Algorithms/IM-MOEA/gpml-matlab-v3.4-2013-11-11/meanZero.m , 386
PlatEMO-master/PlatEMO/Algorithms/IM-MOEA/gpml-matlab-v3.4-2013-11-11/solve_chol.m , 994
PlatEMO-master/PlatEMO/Algorithms/K-RVEA/DACE/corrgauss.m , 1028
PlatEMO-master/PlatEMO/Algorithms/K-RVEA/DACE/dacefit.m , 9151
PlatEMO-master/PlatEMO/Algorithms/K-RVEA/DACE/lhsamp.m , 592
PlatEMO-master/PlatEMO/Algorithms/K-RVEA/DACE/predictor.m , 4398
PlatEMO-master/PlatEMO/Algorithms/K-RVEA/DACE/regpoly0.m , 377
PlatEMO-master/PlatEMO/Algorithms/K-RVEA/DACE/regpoly1.m , 385
PlatEMO-master/PlatEMO/Algorithms/K-RVEA/KEnvironmentalSelection.m , 1680
PlatEMO-master/PlatEMO/Algorithms/K-RVEA/KRVEA.m , 3515
PlatEMO-master/PlatEMO/Algorithms/K-RVEA/KrigingSelect.m , 1894
PlatEMO-master/PlatEMO/Algorithms/K-RVEA/NoActive.m , 1051
PlatEMO-master/PlatEMO/Algorithms/K-RVEA/UpdataArchive.m , 2595
PlatEMO-master/PlatEMO/Algorithms/KnEA/EnvironmentalSelection.m , 1510
PlatEMO-master/PlatEMO/Algorithms/KnEA/FindKneePoints.m , 2748
PlatEMO-master/PlatEMO/Algorithms/KnEA/KnEA.m , 1941
PlatEMO-master/PlatEMO/Algorithms/KnEA/MatingSelection.m , 1026
PlatEMO-master/PlatEMO/Algorithms/LMEA/CorrelationAnalysis.m , 1928
PlatEMO-master/PlatEMO/Algorithms/LMEA/EnvironmentalSelection.m , 1995
PlatEMO-master/PlatEMO/Algorithms/LMEA/LMEA.m , 3789
PlatEMO-master/PlatEMO/Algorithms/LMEA/VariableClustering.m , 2889
PlatEMO-master/PlatEMO/Algorithms/M-PAES/GridDensity.m , 1281
PlatEMO-master/PlatEMO/Algorithms/M-PAES/MPAES.m , 2240
PlatEMO-master/PlatEMO/Algorithms/M-PAES/PAES.m , 1171
PlatEMO-master/PlatEMO/Algorithms/M-PAES/UpdateArchive.m , 1484
PlatEMO-master/PlatEMO/Algorithms/MMOPSO/Classification.m , 1462
PlatEMO-master/PlatEMO/Algorithms/MMOPSO/GetBest.m , 1069
PlatEMO-master/PlatEMO/Algorithms/MMOPSO/MMOPSO.m , 1841
PlatEMO-master/PlatEMO/Algorithms/MMOPSO/Operator.m , 1467
PlatEMO-master/PlatEMO/Algorithms/MMOPSO/UpdateArchive.m , 1449
PlatEMO-master/PlatEMO/Algorithms/MO-CMA/CrowdingDistance.m , 1353
PlatEMO-master/PlatEMO/Algorithms/MO-CMA/MOCMA.m , 2478
PlatEMO-master/PlatEMO/Algorithms/MO-CMA/updateCovariance.m , 1209
PlatEMO-master/PlatEMO/Algorithms/MO-CMA/updateStepSize.m , 992
PlatEMO-master/PlatEMO/Algorithms/MOCell/CrowdingDistance.m , 1353
PlatEMO-master/PlatEMO/Algorithms/MOCell/MOCell.m , 2992
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-AWA/MOEADAWA.m , 3864
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-AWA/updateEP.m , 1171
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-AWA/updateWeight.m , 2488
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-CMA/MOEADCMA.m , 3462
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-CMA/UpdateCMA.m , 2351
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-DE/MOEADDE.m , 2282
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-DRA/MOEADDRA.m , 3077
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-DU/MOEADDU.m , 2554
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-DU/Normalization.m , 1419
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-EGO/DACE/corrgauss.m , 1028
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-EGO/DACE/dacefit.m , 9151
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-EGO/DACE/lhsamp.m , 592
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-EGO/DACE/predictor.m , 4398
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-EGO/DACE/regpoly0.m , 377
PlatEMO-master/PlatEMO/Algorithms/MOEA-D-EGO/DACE/regpoly1.m , 385
最多只能显示150条信息!
没有账号? 忘记密码?

社交账号快速登录