NSGA-Ⅱ(Non-dominated Sorting Genetic Algorithms-Ⅱ)算法,即带有精英保留策略的快速非支配多目标优化算法,是一种基于Pareto最优解的多目标优化算法。在此感谢 A fast and elitist multiobjective genetic algorithm: NSGA-II 作者及其所著论文。
NS…
StreamReader类和StreamWriter类可以实现读写文本文件,这两个类都在命名空间System.IO下。
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using…