Description: Multi-objective integer programming genetic algorithm NSGA-IImatlab source code, the main program, initialization, calculate fitness, sorting, selection, crossover and mutation, recombination, and finally get Pareto foreword. You can run through, downloading, using the specific method described has an article on the blog.
To Search:
File list (Check if you may need any files):
evaluate_objective.m
genetic_operator.m
initialize_variables.m
initialize_variablesALL.m
non_domination_sort_mod.m
nsga_2.m
replace_chromosome.m
tournament_selection.m