Merge branch 'devel' of github.com:SheffieldML/GPy into devel

This commit is contained in:
Max Zwiessele 2015-01-30 09:43:06 +00:00
commit e967c95ef0
4 changed files with 1335 additions and 2 deletions

View file

@ -1,2 +1,3 @@
import latent_function_inference
import optimization
import optimization
import mcmc

View file

@ -1,4 +1,4 @@
# ## Copyright (c) 2014, Zhenwen Dai
# ## Copyright (c) 2014 Mu Niu, Zhenwen Dai and GPy Authors
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np

View file

@ -13,6 +13,7 @@ from _src.ODE_UYC import ODE_UYC
from _src.ODE_st import ODE_st
from _src.ODE_t import ODE_t
from _src.poly import Poly
from _src.eq_ode2 import EQ_ODE2
from _src.trunclinear import TruncLinear,TruncLinear_inf
from _src.splitKern import SplitKern,DiffGenomeKern

1331
GPy/kern/_src/eq_ode2.py Normal file

File diff suppressed because it is too large Load diff