登录
首页 » matlab » PlatEMO-master

PlatEMO-master

于 2020-08-18 发布
0 128
下载积分: 1 下载次数: 24

代码说明:

说明:  platEMO是Ye Tian等学者写的一款基于MATLAB的多目标优化工具,为新入门的同学或者开发者提供了很大的便利,其今年已经发布到PlatEMO 2.0版本了。这款工具主要具有以下的几个特点: 1.完全由MATLAB开发,不需要任何其它库。 2.包括现有的90个流行的MOEAs,包括遗传算法、差分进化、粒子群优化、模因算法、分布估计算法和基于代理模型的算法。其中大多数是2010年以后在顶级期刊上发表的代表性算法。 3.用户可以显示各种图形,包括结果的pareto front,真实的pareto front等等。 4.强大友好的GUI,可以不用编辑任何代码。 5.可以直接生成Excel或者LaTex。(PlaEMO is a multi-objective optimization tool based on MATLAB written by Ye Tian and other scholars. It is a great convenience for beginners or developers. It has been released to PlatEMO version 2.0 this year. This tool has the following characteristics: 1. Developed entirely by MATLAB without any other libraries. 2. Including 90 popular MOEAs, including genetic algorithm, differential evolution, particle swarm optimization, meme algorithm, distribution estimation algorithm and proxy model-based algorithm. Most of them are representative algorithms published in top journals after 2010. 3. Users can display various graphics, including Pareto front, real Pareto front and so on. 4. Powerful and friendly GUI, you can edit no code. 5. Excel or LaTex can be generated directly.)

文件列表:

PlatEMO-master, 0 , 2019-06-27
PlatEMO-master\.github, 0 , 2019-06-27
PlatEMO-master\.github\ISSUE_TEMPLATE, 0 , 2019-06-27
PlatEMO-master\.github\ISSUE_TEMPLATE\bug_report.md, 799 , 2019-06-27
PlatEMO-master\.github\ISSUE_TEMPLATE\feature_request.md, 560 , 2019-06-27
PlatEMO-master\.gitignore, 57 , 2019-06-27
PlatEMO-master\Doc, 0 , 2019-06-27
PlatEMO-master\Doc\QQgroupNumber.jpg, 142233 , 2019-06-27
PlatEMO-master\Doc\logo.png, 51921 , 2019-06-27
PlatEMO-master\PlatEMO, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\A-NSGA-III, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\A-NSGA-III\ANSGAIII.m, 1872 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\A-NSGA-III\Adaptive.m, 1824 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\A-NSGA-III\EnvironmentalSelection.m, 3192 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AGE-II, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AGE-II\AGEII.m, 1587 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AGE-II\CrowdingDistance.m, 1353 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AGE-II\EnvironmentalSelection.m, 2128 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AGE-II\MatingSelection.m, 1033 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AGE-II\UpdateArchive.m, 763 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AR-MOEA, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AR-MOEA\ARMOEA.m, 1668 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AR-MOEA\CalDistance.m, 1345 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AR-MOEA\EnvironmentalSelection.m, 3017 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AR-MOEA\MatingSelection.m, 2198 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\AR-MOEA\UpdateRefPoint.m, 2552 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BCE-IBEA, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BCE-IBEA\BCEIBEA.m, 1717 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BCE-IBEA\CalFitness.m, 1001 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BCE-IBEA\EnvironmentalSelection.m, 979 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BCE-IBEA\Exploration.m, 1472 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BCE-IBEA\PCSelection.m, 1465 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BCE-MOEA-D, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BCE-MOEA-D\BCEMOEAD.m, 2763 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BCE-MOEA-D\Exploration.m, 1472 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BCE-MOEA-D\PCSelection.m, 1465 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BiGE, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BiGE\BiGE.m, 1229 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BiGE\EnvironmentalSelection.m, 1409 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BiGE\Estimation.m, 1265 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\BiGE\MatingSelection.m, 983 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\C-MOEA-D, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\C-MOEA-D\CMOEAD.m, 2691 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CA-MOEA, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CA-MOEA\CAMOEA.m, 2481 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CA-MOEA\Reference_Generation.m, 1983 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CA-MOEA\Reference_Point_Selection.m, 2921 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CMOPSO, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CMOPSO\CMOPSO.m, 1248 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CMOPSO\CrowdingDistance.m, 1353 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CMOPSO\EnvironmentalSelection.m, 1731 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CMOPSO\Operator.m, 2579 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CPS-MOEA, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CPS-MOEA\CPSMOEA.m, 1659 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CPS-MOEA\KNN.m, 1027 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CPS-MOEA\NDS.m, 1709 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CPS-MOEA\Operator.m, 1140 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CSEA, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CSEA\CSEA.m, 2582 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CSEA\DataProcess.m, 1279 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CSEA\FNN.m, 3176 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CSEA\GetOutput.m, 881 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CSEA\RadarGrid.m, 1548 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CSEA\RefSelect.m, 2569 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CSEA\SurrogateAssistedSelection.m, 1630 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\CSEA\lhsamp.m, 592 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\DMOEA-eC, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\DMOEA-eC\DMOEAeC.m, 5235 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\DMOEA-eC\UpdateArchive.m, 1609 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EAG-MOEA-D, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EAG-MOEA-D\EAGMOEAD.m, 2117 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EAG-MOEA-D\MatingSelection.m, 1070 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EAG-MOEA-D\UpdateArchive.m, 1701 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EAG-MOEA-D\UpdatePopulation.m, 1015 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EFR-RR, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EFR-RR\EFRRR.m, 1673 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EFR-RR\EnvironmentalSelection.m, 1203 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EFR-RR\MaximumRanking.m, 1308 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EFR-RR\Normalization.m, 1419 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EIM-EGO, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EIM-EGO\DACE, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EIM-EGO\DACE\corrgauss.m, 1028 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EIM-EGO\DACE\dacefit.m, 9151 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EIM-EGO\DACE\lhsamp.m, 592 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EIM-EGO\DACE\predictor.m, 4398 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EIM-EGO\DACE\regpoly0.m, 377 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EIM-EGO\DACE\regpoly1.m, 385 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EIM-EGO\EIMEGO.m, 2567 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EIM-EGO\InfillSamplingEIM.m, 3172 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EMyO-C, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EMyO-C\Clustering.m, 2061 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EMyO-C\EMyOC.m, 1558 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EMyO-C\EnvironmentalSelection.m, 1133 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EMyO-C\Operator.m, 1819 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\EMyO-C\Truncation.m, 1430 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\ENS-MOEA-D, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\ENS-MOEA-D\ENSMOEAD.m, 3986 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\GDE3, 0 , 2019-06-27
PlatEMO-master\PlatEMO\Algorithms\GDE3\EnvironmentalSelection.m, 2764 , 2019-06-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • svm_v0.55beta
    支持向量机,可以在MATLAB环境下运行.(Support Vector Machines can be run under MATLAB environment.)
    2008-03-23 00:03:58下载
    积分:1
  • adc_dynamic_testing
    ADC动态参数测试的matlab程序,可以测试DNL,INL,ENOB,SFDR等(ADC dynamic parameter test matlab program, you can test DNL, ​ ​ INL, ENOB, SFDR, etc.)
    2021-02-20 21:29:43下载
    积分:1
  • isotypes-4d639baedbc2
    software isotypes 8583
    2014-01-10 01:43:19下载
    积分:1
  • iterative-learning-of-two-wheel-car
    二轮小车的迭代学习 matlab 程序(iterative learning control of a two-wheel car)
    2012-05-14 08:21:32下载
    积分:1
  • Ingrid-Daubechies
    Ingrid Daubechies《小波十讲》(中文版)具体电子数目及应用(Ingrid Daubechies, "Ten Lectures on Wavelets" (Chinese version), the number of electrons and)
    2013-05-05 17:28:15下载
    积分:1
  • Electrical-Machines-Drives-and-P---[Theodore-Wild
    Electrical Machines, Drives and Power Systems Sixth Edition Theodore Wildi
    2014-08-14 22:06:39下载
    积分:1
  • OFDM_matlab
    一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模块,并统括系统性能的仿真验证了系统设计的可靠性。(Simulation and Design of a relatively complete OFDM communications system, including coding, modulation, IFFT, down conversion, Gaussian channel model, FFT, PAPR suppression, various synchronization, demodulation and decoding module and simulation of system performance omnibus the reliability of system design.)
    2015-04-20 09:34:07下载
    积分:1
  • FDTD_3D_kdb
    基于matlab的FDTD仿真3维电磁波的传播,六个边界面采用一阶mur吸收边界条件。(Matlab FDTD simulation of three-dimensional propagation of electromagnetic waves, the six first-order boundary surface mur absorbing boundary conditions.)
    2012-12-25 14:07:10下载
    积分:1
  • rapportmas
    rapport photovoltaic xeyotm netalik finich
    2010-07-07 05:15:14下载
    积分:1
  • normlmssign
    Channel equalization using NLMS
    2012-04-27 11:23:24下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载