C#:多目标粒子群优化算法 using System; using System.IO; struct empty_particle { public double[] Position;//记录粒子的位置