搜索资源列表
NSGA2(MATLAB).zip
- 利用MATLAB编写的简单的NSGA2程序 ,实用方便 ,Prepared using a simple MATLAB program NSGA2, practical convenience
MOEA-NSGA-II.zip
- 多目标遗传算法通用编程包,是解决复杂多目标问题的通用程序,MOEA-NSGA
MOEA-NSGA-II.zip
- matlab实现最优化选择的一个算法,大家可以下下来参考,我也是从别处down的,谢谢原作者,matlab optimize the choice of an algorithm, we can refer to the next down, I am also down elsewhere, thank you, original author
NSGA-II
- 实现了多目标遗传算法NSGA2,并带有详细注释及相关论文,读者只需根据具体问题简要修改,即可使用。-Achieved a multi-objective genetic algorithm NSGA2, with detailed notes and related papers, the reader just a brief specific issues in accordance with changes to use.
NSGA-IIprato
- 一个matlab环境下编制的使用很方便的多目标程序-The preparation of a matlab environment is very convenient to use multi-objective procedure
MOEA-NSGA-II
- genetic algorithm, simulated annealing, singleobjective, particle swarm optimi..., optimization, classes
NSGA-II
- 多目标优化经典算法之一,NSGA2算法,用Matlab写的,好好学一下-One of the classical multi-objective optimization algorithm, NSGA2 algorithm, written using Matlab, a good school look
NSGA-II
- This the code for NSGA II in Matlab-This is the code for NSGA II in Matlab
NSGA-II-Matlab2
- 最权威版nsga2的matlab版 ,国际EMOO研发小组的成果。-The most authoritative version of nsga2 the matlab version of the results of the international EMOO development team.
MOEA-NSGA-II
- genetic algorithm program for power system
NSGA-II
- 本程序是关于基于非支配排序遗传算法2的matlab程序,用于求解多目标优化问题的非支配解。(The non-dominated solutions of multi-objective optimization problems)
NSGA-2 MATLAB自带函数
- 利用MATLAB自带函数Nsga-2 优化程序(NSGA-2 matlab function)
nsga
- NSGA2优化算法Matlab求解多目标优化问题,欢迎下载学习(NSGA2 optimization algorithm Matlab to solve multi-objective optimization problem, welcome to download and learn)
MOEA-NSGA-II
- MOEA-NSGA-II algorithm
NSGA-II-matlab
- 多目标遗传算法,降低了非劣排序遗传算法的复杂性,具有运行速度快,解集的收敛性好的优点(NSGA-|| algorithm Pareto)
NSGA-II
- 利用NSGA-II算法实现水资源配置多目标优化问题(Realization of multi-objective optimization of water resources allocation based on NSGA-II algorithm)
NSGA
- 轻松实现多目标优化,本文件自主设计,MATLAB平台实现(Easy implementation of multi-objective optimization, this document is designed independently.Implementation of MATLAB platform.)
NSGA-III
- 测试可以跑,根据自己情况修改下函数即可. NSGA-III 首先定义一组参考点。然后随机生成含有 N 个(原文献说最好与参考点个数相同)个体的初始种群,其中 N 是种群大小。接下来,算法进行迭代直至终止条件满足。在第 t 代,算法在当前种群 Pt的基础上,通过随机选择,模拟两点交叉(Simulated Binary Crossover,SBX)和多项式变异 产生子代种群 Qt。Pt和 Qt的大小均为 N。因此,两个种群 Pt和 Qt合并会形成种群大小为 2N 的新的种群 Rt=Pt∪Qt。 为了
NSGA-II源程序
- MATLAB智能算法NSGA-II可实现,亲测可用(The intelligent algorithm NSGA-II of MATLAB can be realized and the pro-test can be used.)
NSGA
- 多目标遗传算法是NSGA-II[1](改进的非支配排序算法),该遗传算法相比于其它的多目标遗传算法有如下优点:传统的非支配排序算法的复杂度为 ,而NSGA-II的复杂度为 ,其中M为目标函数的个数,N为种群中的个体数。引进精英策略,保证某些优良的种群个体在进化过程中不会被丢弃,从而提高了优化结果的精度。采用拥挤度和拥挤度比较算子,不但克服了NSGA中需要人为指定共享参数的缺陷,而且将其作为种群中个体间的比较标准,使得准Pareto域中的个体能均匀地扩展到整个Pareto域,保证了种群的多样性