[newton] Allow to change minimum number of Newton iterations
Fixes #659 (closed).
- Introduce a parameter MinSteps for Newton
- Introduce a parameter Verbosity for Newton
- Replace bool verbose by int verbosity for verbosity levels
- Introduce parameter output (default: on) for Newton
Edited by Timo Koch