Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Malthe Kjær Bisbo
GOFEE
Commits
62fa4a29
Commit
62fa4a29
authored
Feb 29, 2020
by
Malthe Kjær Bisbo
Browse files
clean
parent
3f568d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
surrogate/gpr.py
View file @
62fa4a29
import
numpy
as
np
from
scipy.linalg
import
cholesky
,
cho_solve
,
solve_triangular
from
scipy.optimize
import
minimize
from
scipy.optimize
import
fmin_l_bfgs_b
from
surrogate.kernel
import
gauss_kernel
,
double_gauss_kernel
...
...
@@ -8,8 +7,6 @@ from surrogate.descriptor.fingerprint import Fingerprint
from
surrogate.prior.prior
import
repulsive_prior
from
surrogate.gpr_calculator
import
gpr_calculator
import
warnings
class
gpr_memory
():
""" Class for saving "expensive to calculate" data for
the Gaussian Process Regression model.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment