|  | DownhillSimplexMinimizer Constructor | 
            Default constructor.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DownhillSimplexMinimizer()
public:
DownhillSimplexMinimizer()
new : unit -> DownhillSimplexMinimizer
 Remarks
Remarks
            The default tolerance and default maximum number of iterations are used.
            Iteration stops when either the decrease in function value is less 
            than the tolerance, or the maximum number of iterations is reached.
            
 See Also
See Also