struct GSL::MonteCarlo::VegasParams
- GSL::MonteCarlo::VegasParams
- Struct
- Value
- Object
Defined in:
gsl/maths/analysis/montecarlo.crConstructors
Instance Method Summary
- #alpha : Float64
- #clone
- #copy_with(alpha _alpha = @alpha, iterations _iterations = @iterations, stage _stage = @stage, sampling _sampling = @sampling)
- #iterations : Int32
- #sampling : VegasSampling
- #stage : VegasStage
- #to_unsafe
Constructor Detail
def self.new(alpha : Float64 = 1.5, iterations : Int32 = 5, stage : VegasStage = VegasStage::NewRun, sampling : VegasSampling = VegasSampling::Importance)
#
Instance Method Detail
def copy_with(alpha _alpha = @alpha, iterations _iterations = @iterations, stage _stage = @stage, sampling _sampling = @sampling)
#