Models

Harmonic

class nested_sampling.models.Harmonic(ndim)[source]

Bases: object

Methods

get_energy(x)
get_random_configuration([radius]) return a random vector sampled uniformly from within a hypersphere of dimensions self.ndim
get_energy(x)[source]
get_random_configuration(radius=10.0)[source]

return a random vector sampled uniformly from within a hypersphere of dimensions self.ndim

Table Of Contents