中文说明:
实现了多目标遗传算法NSGA2,并带有详细注释及相关论文,读者只需根据具体问题简要修改,即可使用。
English Description:
NSGA2, a multi-objective genetic algorithm, is implemented with detailed notes and related papers. Readers only need to modify it according to specific problems p>
The multi-objective genetic algorithm NSGA2 NSGA-II is realized
关注次数: 288
下载次数: 1
文件大小: 124KB
中文说明:
实现了多目标遗传算法NSGA2,并带有详细注释及相关论文,读者只需根据具体问题简要修改,即可使用。
English Description:
NSGA2, a multi-objective genetic algorithm, is implemented with detailed notes and related papers. Readers only need to modify it according to specific problems p>
NSGA-II
.......\evaluate_objective.m
.......\genetic_operator.m
.......\initialize_variables.m
.......\non_domination_sort_mod.m
.......\NSGA II(鼻祖).pdf
.......\nsga_2.m
.......\objective_description_function.m
.......\replace_chromosome.m
.......\tournament_selection.m