文件名称:NSGA-2
下载
别用迅雷、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 ( uate_objective.m). Couple of sample objective functions is already described in the file. The user also has the freedom to define the decision space.
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 ( uate_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-2
......\evaluate_objective.m
......\genetic_operator.m
......\initialize_variables.m
......\non_domination_sort_mod.m
......\nsga_2.m
......\objective_description_function.m
......\replace_chromosome.m
......\tournament_selection.m