LINE_SEARCH
Provides parameters to tune the line search during the conjugate gradient optimization [Edit on GitHub]
Keywords
Keyword descriptions
- TYPE: enum = GOLD
Usage: TYPE GOLD
Valid values:
2PNTextrapolate based on 2 pointsGOLDperform 1D golden section search of the minimum (very expensive)FITperform 1D fit of a parabola on several evaluation of energy (very expensive and more robust vs numerical noise)
Mentions: ⭐Geometry and cell optimization
1D line search algorithm to be used with the CG optimizer, in increasing order of robustness and cost. [Edit on GitHub]