struct GSL::MonteCarlo::VegasParams

Defined in:

gsl/maths/analysis/montecarlo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(alpha : Float64 = 1.5, iterations : Int32 = 5, stage : VegasStage = VegasStage::NewRun, sampling : VegasSampling = VegasSampling::Importance) #

[View source]

Instance Method Detail

def alpha : Float64 #

def clone #

[View source]
def copy_with(alpha _alpha = @alpha, iterations _iterations = @iterations, stage _stage = @stage, sampling _sampling = @sampling) #

[View source]
def iterations : Int32 #

def sampling : VegasSampling #

def stage : VegasStage #

def to_unsafe #

[View source]