Skip to content

Commit

Permalink
enh: change optimizer for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Oct 29, 2024
1 parent 62561a2 commit d58e72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dwi_gp_estimation_error_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ def main() -> None:
gpr = EddyMotionGPR(
kernel=SphericalKriging(beta_a=a, beta_l=lambda_s),
alpha=alpha,
optimizer=None,
# optimizer="Nelder-Mead",
# optimizer=None,
optimizer="cross-validation",
# disp=True,
# ftol=1,
# max_iter=2e5,
Expand Down

0 comments on commit d58e72c

Please sign in to comment.