Class LineSearchTolerance

    • Constructor Detail

      • LineSearchTolerance

        public LineSearchTolerance​(double relative,
                                   double absolute,
                                   double range)
        Parameters:
        relative - Relative tolerance.
        absolute - Absolute tolerance.
        range - Extent of the initial interval used to find an interval that brackets the optimum. If the optimized function varies a lot in the vicinity of the optimum, it may be necessary to provide a value lower than the distance between successive local minima.