1 write to _worst
Microsoft.ML.Sweeper (1)
Algorithms\NelderMead.cs (1)
311
_worst
= _simplexVertices.ElementAt(0);
9 references to _worst
Microsoft.ML.Sweeper (9)
Algorithms\NelderMead.cs (9)
157
var nextPoint = GetNewPoint(_centroid,
_worst
.Value, _args.DeltaReflection);
161
nextPoint = GetNewPoint(_centroid,
_worst
.Value, _args.DeltaInsideContraction);
193
nextPoint = GetNewPoint(_centroid,
_worst
.Value, _args.DeltaExpansion);
197
nextPoint = GetNewPoint(_centroid,
_worst
.Value, _args.DeltaInsideContraction);
203
else if (_lastReflectionResult.Key.CompareTo(
_worst
.Key) > 0)
206
nextPoint = GetNewPoint(_centroid,
_worst
.Value, _args.DeltaOutsideContraction);
212
nextPoint = GetNewPoint(_centroid,
_worst
.Value, _args.DeltaInsideContraction);
265
if (innerContractionResult.CompareTo(
_worst
.Key) > 0)
303
_simplexVertices.Remove(
_worst
.Key);