NSGA-II遗传算法

时间:2015-10-28 15:31:02
【文件属性】:
文件名称:NSGA-II遗传算法
文件大小:13KB
文件格式:RAR
更新时间:2015-10-28 15:31:02
多目标 很好的多目标优化,function ENDA_Main() % Initialize the variables sizeA = 100; % The number of active populations sizeP = 100; % The number of passive populations gen = 1000; % The number of generations M = 2; % The number of objectives. N = 6; % The number of decision variables. V = 8; % V is the sum of M and N. xmin = 0; % Maximum of all the decision variables xmax = 1; % Minimum of all the decision variables % Initialize the population
【文件预览】:
NSGAII
----replace.m(2KB)
----tournament.m(2KB)
----solution.txt(16KB)
----genetic.m(3KB)
----non_domination.m(4KB)
----initialize.m(635B)
----nsga_2.m(3KB)
----ENDA_Main.m(8KB)
----evaluate.m(959B)

网友评论

  • 使用中,可以运行
  • 谢谢分享,可以用来学习
  • 实现多目标优化的NSGA-II遗传算法的源码,可以使用,谢谢分享
  • 使用中,包括了多个程序源文件