MOE icon indicating copy to clipboard operation
MOE copied to clipboard

MOE crashes with no initial data

Open sc932 opened this issue 10 years ago • 0 comments

When asking for a new point MOE will complain that the grad cholesky matrix is singular and crash hard. This brings down the whole rest server.

A hack is placed here: if gaussian_process.num_sampled == 0: Line 190 of moe/views/gp_next_points_pretty_view.py

sc932 avatar May 29 '14 18:05 sc932