Skip to content

Commit

Permalink
trying to fix bezier
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Dec 15, 2024
1 parent 6a7cbb1 commit 047cd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Bezier-curves.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pB_opt = gradient_descent(
contraction_factor=0.5,
sufficient_decrease=0.001,
),
stopping_criterion=StopWhenChangeLess(1e-5) |
stopping_criterion=StopWhenChangeLess(N, 1e-5) |
StopWhenGradientNormLess(1e-7) |
StopAfterIteration(300),
debug=[
Expand Down

0 comments on commit 047cd50

Please sign in to comment.