Menu: View→Analysis Properties→Numerical→Crit 1
Affects one of the convergence criteria used in deciding whether a local minimum has been reached. Amos requires the absolute value of each first order derivative to be less than the value specified by Crit1 at the end of the final iteration.
For more information, see the Crit1 method of the AmosEngine class.
Programming
In Amos Graphics programs, you can fill this text box with "1E-05" by using the following statement (Visual Basic):
pd.GetTextBox("AnalysisPropertiesForm", "Crit1Text").Text = "1E-05"