2 instantiations of SimplexVertexComparer
Microsoft.ML.Sweeper (2)
Algorithms\NelderMead.cs (2)
119_simplexVertices = new SortedList<IRunResult, float[]>(new SimplexVertexComparer()); 351var newSimplexVertices = new SortedList<IRunResult, float[]>(new SimplexVertexComparer());