Skip to content

Commit

Permalink
Playing with the force min example.
Browse files Browse the repository at this point in the history
  • Loading branch information
akaptano committed Sep 26, 2024
1 parent 6f499b9 commit af2d133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/2_Intermediate/stage_two_optimization_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af2d133

Please sign in to comment.