3 references to DeltaExpansion
Microsoft.ML.Sweeper (3)
Algorithms\NelderMead.cs (3)
94env.CheckUserArg(options.DeltaExpansion > options.DeltaReflection, nameof(options.DeltaExpansion), "Must be greater than " + nameof(options.DeltaReflection)); 193nextPoint = GetNewPoint(_centroid, _worst.Value, _args.DeltaExpansion);