1 write to _best
Microsoft.ML.Sweeper (1)
Algorithms\NelderMead.cs (1)
313
_best
= _simplexVertices.ElementAt(_simplexVertices.Count - 1);
4 references to _best
Microsoft.ML.Sweeper (4)
Algorithms\NelderMead.cs (4)
183
if (_secondWorst.Key.CompareTo(_lastReflectionResult.Key) < 0 && _lastReflectionResult.Key.CompareTo(
_best
.Key) <= 0)
190
if (_lastReflectionResult.Key.CompareTo(
_best
.Key) > 0)
354
newSimplexVertices.Add(
_best
.Key,
_best
.Value);