文件名称:NSGA-II
介绍说明--下载内容均来自于网络,请自行研究使用
matlab环境下实现的非支配排序遗传算法(NSGA-II),该算法在快速找到Pareto前沿和保持种群多样性方面都有很好的效果-matlab environment to achieve non-dominated Sorting Genetic Algorithm (NSGA-II), the algorithm quickly find the Pareto frontier and maintaining the diversity of the population has a good effect
(系统自动生成,下载前可以参看下载内容)
下载文件列表
evaluate_objective.m
genetic_operator.html
genetic_operator.m
initialize_variables.html
initialize_variables.m
non_domination_sort_mod.html
non_domination_sort_mod.m
NSGA II.pdf
nsga_2.html
nsga_2.m
objective_description_function.html
objective_description_function.m
replace_chromosome.html
replace_chromosome.m
tournament_selection.html
tournament_selection.m
evaluate_objective.html