epsilon
Terminating condition
type: double, default: .0001 * # nodes
(mode == KK) , .0001
(mode == major) , .01
(mode == sgd)
If the length squared of all energy gradients are
less than epsilon
, the algorithm stops.
- Graphs
Note: neato only.
Search the Graphviz codebase for "epsilon"
Last modified September 17, 2022: Update epsilon.md: remove stray apostrophe (cb7ab46)