Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit f3a62c9

Browse files
committed
enh: change optimizer for testing
1 parent dea8b65 commit f3a62c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/dwi_gp_estimation_error_analysis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ def main() -> None:
195195
gpr = EddyMotionGPR(
196196
kernel=SphericalKriging(beta_a=a, beta_l=lambda_s),
197197
alpha=alpha,
198-
optimizer=None,
199-
# optimizer="Nelder-Mead",
198+
# optimizer=None,
199+
optimizer="cross-validation",
200200
# disp=True,
201201
# ftol=1,
202202
# max_iter=2e5,

0 commit comments

Comments
 (0)