SwarmOps.ProblemIndex.Sort C# (CSharp) Method

Sort() public method

Sort the optimization problems according to their associated fitness.
public Sort ( ) : void
return void
        public void Sort()
        {
            Index.Sort(ProblemFitness.Compare);
        }