7 references to DeltaInsideContraction
Microsoft.ML.Sweeper (7)
Algorithms\NelderMead.cs (7)
90env.CheckUserArg(-1 < options.DeltaInsideContraction, nameof(options.DeltaInsideContraction), "Must be greater than -1"); 91env.CheckUserArg(options.DeltaInsideContraction < 0, nameof(options.DeltaInsideContraction), "Must be less than 0"); 161nextPoint = GetNewPoint(_centroid, _worst.Value, _args.DeltaInsideContraction); 197nextPoint = GetNewPoint(_centroid, _worst.Value, _args.DeltaInsideContraction); 212nextPoint = GetNewPoint(_centroid, _worst.Value, _args.DeltaInsideContraction);