scg optimizer enhancments and mrd demo fix

This commit is contained in:
Max Zwiessele 2013-06-04 15:57:19 +01:00
parent 803b7d3c88
commit 9dabd32e30
2 changed files with 2 additions and 3 deletions

View file

@ -284,7 +284,6 @@ def mrd_simulation(optimize=True, plot=True, plot_sim=True, **kw):
from GPy.models import mrd
from GPy import kern
from GPy.core.transformations import logexp_clipped
reload(mrd); reload(kern)