Skip to content
Snippets Groups Projects
Commit 72aa99b5 authored by athomps's avatar athomps
Browse files

Increased MIN_ALPHA_FAC for line forcezero

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9198 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent fcc96239
No related branches found
No related tags found
No related merge requests found
......@@ -607,7 +607,7 @@ int MinLineSearch::linemin_forcezero(double eoriginal, double &alpha)
// fraction to which we want to reduce the directional derivative
double GRAD_TOL = 0.1;
// largest alpha increment which will trigger a failed_linesearch
double MIN_ALPHA_FAC = 1e-20;
double MIN_ALPHA_FAC = 1e-14;
double LIMIT_BOOST = 4.0;
// fdothall = projection of search dir along downhill gradient
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment