- 16
- 0
- 约2.03万字
- 约 13页
- 2016-06-03 发布于湖北
- 举报
% 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 and initialize their values
% pop - population
% gen - generations
% pro - problem number
%clear;clc;tic;
pop = 100; % 每一代的种群数
gen = 1
原创力文档

文档评论(0)