文件名称:NSGA-2
介绍说明--下载内容来自于网络,使用问题请自行百度
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/
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
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
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
