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)
183if (_secondWorst.Key.CompareTo(_lastReflectionResult.Key) < 0 && _lastReflectionResult.Key.CompareTo(_best.Key) <= 0) 190if (_lastReflectionResult.Key.CompareTo(_best.Key) > 0) 354newSimplexVertices.Add(_best.Key, _best.Value);