mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
This commit is contained in:
commit
e967c95ef0
4 changed files with 1335 additions and 2 deletions
|
|
@ -1,2 +1,3 @@
|
|||
import latent_function_inference
|
||||
import optimization
|
||||
import optimization
|
||||
import mcmc
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
1331
GPy/kern/_src/eq_ode2.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue