nested_sampling icon indicating copy to clipboard operation
nested_sampling copied to clipboard

python based implementation of the nested sampling algorithm

Results 7 nested_sampling issues
Sort by recently updated
recently updated
newest added

When using the distributed parallelisation we build an mc_walker for each worker but are then also required to pass the mcwalker to the NestedSampling class. This particular instance of the...

When I used nosetests nested_sampling, I got an error: No module named cv_trapezoidal $ nosetests nested_sampling E ====================================================================== ERROR: Failure: ImportError (No module named cv_trapezoidal) ---------------------------------------------------------------------- Traceback (most recent call...