登录
首页 » matlab » PlatEMO-master

PlatEMO-master

于 2020-08-18 发布
0 108
下载积分: 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 个回复

  • testdenoise
    基于UWT变换的去噪,利用的是硬阈值来设置阈值门限的(UWT transform based denoising, using the hard threshold to set the threshold value threshold)
    2010-08-19 10:02:50下载
    积分:1
  • FDTDzhuRCS
    利用FDTD方法计算简单目标(如:方柱)的RCS,通过迭代求解,近远场外推,得到远区场的结果 (Using the FDTD method to calculate the RCS of simple objects(such as square column), through iterative solution, Near far field extrapolation to get the results of far field)
    2013-08-04 20:13:56下载
    积分:1
  • matlab-algorithm--
    matlab经典算法的程序,包含多种matlab算法,数据分析,解方程,绘图,规划等等(matlab classic algorithm of the program, contains a variety of Matlab classical algorithm, such as data analysis, equations, drawings, planning, etc.)
    2012-05-20 11:11:48下载
    积分:1
  • MATLAB--forest-fire
    matlab林火预测,带风向考虑,参数可自行预测,有可视化函数(matlab forest fire)
    2014-08-10 23:33:37下载
    积分:1
  • electron-vortex-beam-
    给出描述涡旋波的函数,用于实现涡旋束的模拟。(Describe the function of the vortex beams)
    2013-04-09 19:20:16下载
    积分:1
  • icp
    迭代最近点算法的完整Matlab程序,输入两个点集,输出旋转矩阵、平移向量和整体误差,验证可用。(Complete iterative closest point algorithm Matlab program, enter the two point sets, the output rotation matrix and translation vector and the overall error, verify availability.)
    2020-11-04 16:09:51下载
    积分:1
  • huiguimodel
    利用matlab程序,进行线性回归建模方法(Matlab program to use to carry out linear regression modeling method)
    2007-12-15 23:44:05下载
    积分:1
  • RLS1
    本程序为带遗忘因子的递归最小二乘的程序,在MATLAB下进行仿真。(This procedure with forgetting factor recursive least squares procedure, the MATLAB simulation.)
    2012-04-29 10:41:39下载
    积分:1
  • motor-control
    this file is a simulink file about dc and ac motor control
    2011-09-03 06:14:40下载
    积分:1
  • KMATH
    MATLAB实现K均值聚类,自己编的,可用,不用系统函数。(MATLAB realization of K-means clustering, own, use, instead of the system functions.)
    2014-12-31 15:06:03下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载