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