4 references to GammaShrink
Microsoft.ML.Sweeper (4)
Algorithms\NelderMead.cs (4)
95
env.CheckUserArg(0 < options.
GammaShrink
&& options.
GammaShrink
< 1, nameof(options.
GammaShrink
), "Must be between 0 and 1");
405
var newPoint = GetNewPoint(_secondWorst.Value, sortedVertices[i].Value, -_args.
GammaShrink
);