1 write to _secondWorst
Microsoft.ML.Sweeper (1)
Algorithms\NelderMead.cs (1)
312_secondWorst = _simplexVertices.ElementAt(1);
2 references to _secondWorst
Microsoft.ML.Sweeper (2)
Algorithms\NelderMead.cs (2)
183if (_secondWorst.Key.CompareTo(_lastReflectionResult.Key) < 0 && _lastReflectionResult.Key.CompareTo(_best.Key) <= 0) 405var newPoint = GetNewPoint(_secondWorst.Value, sortedVertices[i].Value, -_args.GammaShrink);