.. algorithm:: .. summary:: .. relatedalgorithms:: .. properties:: Description ----------- This algorithm uses a Monte Carlo - type approach to estimate initial values of function parameters before passing the function to :ref:`algm-Fit` algorithm. The user needs to provide the search intervals for each parameters that requires estimation. These intervals are set by defining boundary constraints in the fitting function. For example:: name=UserFunction,Formula=a*x+b,a=0,b=0,constraints=(1