struct GSL::MonteCarlo::MiserParams
- GSL::MonteCarlo::MiserParams
- Struct
- Value
- Object
Defined in:
gsl/maths/analysis/montecarlo.crConstructors
Instance Method Summary
- #alpha : Float64
- #clone
- #copy_with(estimate_frac _estimate_frac = @estimate_frac, min_calls _min_calls = @min_calls, min_calls_per_bisection _min_calls_per_bisection = @min_calls_per_bisection, alpha _alpha = @alpha, dither _dither = @dither)
- #dither : Float64
- #estimate_frac : Float64
- #min_calls : Int32 | Nil
- #min_calls_per_bisection : Int32 | Nil
- #to_unsafe(dimensions = 1)
Constructor Detail
def self.new(estimate_frac : Float64 = 0.1, min_calls : Int32 | Nil = nil, min_calls_per_bisection : Int32 | Nil = nil, alpha : Float64 = 2.0, dither : Float64 = 0.0)
#
Instance Method Detail
def copy_with(estimate_frac _estimate_frac = @estimate_frac, min_calls _min_calls = @min_calls, min_calls_per_bisection _min_calls_per_bisection = @min_calls_per_bisection, alpha _alpha = @alpha, dither _dither = @dither)
#