Skip to content

Commit

Permalink
Changed tol (such that it conforms with Tobi's tests).
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Mar 22, 2024
1 parent ec94547 commit 8f4aec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/grassmann_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ε = 0.1 # entropic regularization. √ε is a length. #
const q = 1.0 # annealing parameter # hide
const Δ = 1.0 # characteristic domain size # hide
const s = ε # current scale: no annealing -> equals ε # hide
const tol = 1e-4 # marginal condition tolerance # hide
const tol = 1e-6 # marginal condition tolerance # hide
const crit_it = 20 # acceleration inference # hide
const p_η = 2
Expand Down

0 comments on commit 8f4aec8

Please sign in to comment.