精选优质文档-倾情为你奉上 % function nsga_2(pro)% Main Function% Main program to run the NSGA-II MOEA.% Read the corresponding documentation to learn more about multiobjective% optimization using evolutionary algorithms.% initialize_variables has two arguments; First being the population size% and the second the problem number. 1 corresponds to MOP1 and 2% corresponds to MOP2.%inp_para_definition=input_parameters_definition;% Initialize the variables% Declare the variables a