mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
[yak shaving]
This commit is contained in:
parent
ba813edd07
commit
637be86369
3 changed files with 14 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ except ImportError:
|
|||
import pickle
|
||||
|
||||
|
||||
class Metropolis_Hastings:
|
||||
class Metropolis_Hastings(object):
|
||||
def __init__(self,model,cov=None):
|
||||
"""Metropolis Hastings, with tunings according to Gelman et al. """
|
||||
self.model = model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue