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)
183
if (
_secondWorst
.Key.CompareTo(_lastReflectionResult.Key) < 0 && _lastReflectionResult.Key.CompareTo(_best.Key) <= 0)
405
var newPoint = GetNewPoint(
_secondWorst
.Value, sortedVertices[i].Value, -_args.GammaShrink);