文件名称:NSGAII optimization
-
所属分类:
- 标签属性:
- 上传时间:2017-03-03
-
文件大小:16.98kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
下载1 (16.98kb)
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容来自于网络,使用问题请自行百度
NSGA-II is a very famous multi-objective optimization algorithm. I submitted an example previously and wanted to make this submission useful to others by creating it as a function. Even though this function is very specific to benchmark problems, with a little bit more modification this can be adopted for any multi-objective optimization. The function is nsga_2(pop,gen). The input arguments for the function are population size and number of generations. For customization purposes the user is free to modify the objective function (function of several decision variables) by modifying an m file (evaluate_objective.m). Couple of sample objective functions is already described in the file. The user also has the freedom to define the decision space.
相关搜索: NSGA NSGA2
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : NSGA-2.zip 列表 NSGA-2/ NSGA-2/evaluate_objective.m NSGA-2/genetic_operator.m NSGA-2/initialize_variables.m NSGA-2/non_domination_sort_mod.m NSGA-2/nsga_2.m NSGA-2/objective_description_function.m NSGA-2/replace_chromosome.m NSGA-2/tournament_selection.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.