mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 12:32:40 +02:00
changed init for mcmc
This commit is contained in:
parent
db6c50712e
commit
4905348dbe
2 changed files with 1 additions and 1 deletions
1
GPy/inference/mcmc/__init__.py
Normal file
1
GPy/inference/mcmc/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
from hmc import HMC
|
||||
|
|
@ -1,3 +1,2 @@
|
|||
from scg import SCG
|
||||
from optimization import *
|
||||
from hmc import HMC,HMC_shortcut
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue