All resources on this site are high-quality and available for download.
% 设置变量边界 bounds = [lb1, ub1; lb2, ub2; ...];
% 算法参数配置 options.pop_size = 100; % 种群规模 options.max_iter = 200; % 最大迭代次数 options.pareto_size = 50; % 帕累托解集大小
% 运行FMOPSO算法 results = main(objective_function, bounds, options);
pareto_set: 帕累托最优解集pareto_front: 对应的目标函数值convergence: 各代收敛指标记录fuzzy_solution: 模糊决策最优解membership_degree: 各目标隶属度值