new termination rule for scg

This commit is contained in:
Max Zwiessele 2013-05-08 09:44:09 +01:00
parent 0e8bc5662a
commit 803a1d99ed
6 changed files with 84 additions and 50 deletions

View file

@ -207,7 +207,7 @@ def bgplvm_simulation(burnin='scg', plot_sim=False,
max_burnin=100, true_X=False,
do_opt=True,
max_f_eval=1000):
D1, D2, D3, N, M, Q = 10, 8, 8, 250, 10, 6
D1, D2, D3, N, M, Q = 15, 8, 8, 350, 3, 6
slist, Slist, Ylist = _simulate_sincos(D1, D2, D3, N, M, Q, plot_sim)
from GPy.models import mrd