Skip to content

Commit

Permalink
Norm1 test is a bit brittle, try to reduce overfitting.
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Feb 19, 2024
1 parent fb33b62 commit f5c481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gp/src/algorithm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ mod tests {
test_gp_variance_derivatives!(Constant, SquaredExponential, sphere, 10., 100);
test_gp_variance_derivatives!(Linear, SquaredExponential, sphere, 10., 100);
test_gp_variance_derivatives!(Quadratic, SquaredExponential, sphere, 10., 100);
test_gp_variance_derivatives!(Constant, AbsoluteExponential, norm1, 10., 100);
test_gp_variance_derivatives!(Constant, AbsoluteExponential, norm1, 10., 50);
test_gp_variance_derivatives!(Linear, AbsoluteExponential, norm1, 1., 50);
test_gp_variance_derivatives!(Quadratic, AbsoluteExponential, sphere, 10., 100);
test_gp_variance_derivatives!(Constant, Matern32, sphere, 10., 100);
Expand Down

0 comments on commit f5c481b

Please sign in to comment.