1 write to _centroid
Microsoft.ML.Sweeper (1)
Algorithms\NelderMead.cs (1)
314_centroid = GetCentroid();
7 references to _centroid
Microsoft.ML.Sweeper (7)
Algorithms\NelderMead.cs (7)
157var nextPoint = GetNewPoint(_centroid, _worst.Value, _args.DeltaReflection); 161nextPoint = GetNewPoint(_centroid, _worst.Value, _args.DeltaInsideContraction); 193nextPoint = GetNewPoint(_centroid, _worst.Value, _args.DeltaExpansion); 197nextPoint = GetNewPoint(_centroid, _worst.Value, _args.DeltaInsideContraction); 206nextPoint = GetNewPoint(_centroid, _worst.Value, _args.DeltaOutsideContraction); 212nextPoint = GetNewPoint(_centroid, _worst.Value, _args.DeltaInsideContraction); 300Contracts.Assert(_centroid != null);