From af2d133c4a96b7322ad8512f5b39d33b2d664b99 Mon Sep 17 00:00:00 2001 From: Alan Kaptanoglu Date: Thu, 26 Sep 2024 17:17:51 -0400 Subject: [PATCH] Playing with the force min example. --- examples/2_Intermediate/stage_two_optimization_jax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/2_Intermediate/stage_two_optimization_jax.py b/examples/2_Intermediate/stage_two_optimization_jax.py index 6eaef1d81..06936c3a7 100644 --- a/examples/2_Intermediate/stage_two_optimization_jax.py +++ b/examples/2_Intermediate/stage_two_optimization_jax.py @@ -49,7 +49,7 @@ # Weight on the curve lengths in the objective function. We use the `Weight` # class here to later easily adjust the scalar value and rerun the optimization # without having to rebuild the objective. -LENGTH_WEIGHT = Weight(1e-5) +LENGTH_WEIGHT = Weight(1e-8) # Threshold and weight for the coil-to-coil distance penalty in the objective function: CC_THRESHOLD = 0.1