aspcore.montecarlo.integrate

aspcore.montecarlo.integrate(func, point_generator, tot_num_samples, total_volume, samples_per_iter=50, verbose=False, *args)

pointGenerator should return np array, [numPoints, numSpatialDimensions] func should return np array [funcDims, numPoints], where funcDims can be any number of dimensions (in a multidimensional array sense)