Difference between revisions of "Hessreg.m"
(Restore pre-bulk-edit wiki content) |
(Normalise sequential blank lines) |
||
| Line 24: | Line 24: | ||
==See also== | ==See also== | ||
[[linesearch.m]], [[fminnewton.m]], [[lbfgs.m]] | [[linesearch.m]], [[fminnewton.m]], [[lbfgs.m]] | ||
| − | |||
''Version 2.2, authors: [[David Goodwin]], [[Ilya Kuprov]]'' | ''Version 2.2, authors: [[David Goodwin]], [[Ilya Kuprov]]'' | ||
Revision as of 12:26, 25 April 2026
RFO regularisation for Newton-Raphson Hessian and gradient pairs.
Contents
Syntax
[H,data]=hessreg(spin_system,H,g,data)
Arguments
H - Hessian matrix to be regularised g - gradient computed at the same point as H data - diagnostic data structure
Returns
H - regularised Hessian
data - updated diagnostic data structure with
data.count.rfo incremented by the number
of RFO iterations taken
See also
linesearch.m, fminnewton.m, lbfgs.m
Version 2.2, authors: David Goodwin, Ilya Kuprov