Open mccajm opened 7 years ago
This issue is indeed caused by a cholesky decomposition faillure. The reason why this happens can be a bit diverse. Does this happen immediately after the initial 10 points? or have you done some iterations of BayesianOptimizer? In case of the former: first try to model the points with the GPflow model itself. tune the initial hyperparameters or add a prior. In case of the latter: check the data before it crashes. Do you have duplicate points? If not, try to model it again and tune the initial hyperparameters/priors.
I have also opened a PR (#40) which will make saving data in case of a crash easier. Just resolving some compatibility issues now.
I receive the following error when performing optimisation with GPR over 2 dimensions, using GPR with an RBF ARD kernel and a latin hypercube design of size 10. I assume this is because the matrix can't be decomposed? Is this fixable by changing the design or adding priors?
Thanks