Interface ScalarMinimizer

    • Method Detail

      • minimize

        double minimize​(Function<Double,​Double> function,
                        double startPosition,
                        double lowerBound,
                        double upperBound)
        Parameters:
        function - The function to minimize, not null
        startPosition - The start position
        lowerBound - The lower bound
        upperBound - The upper bound, must be greater than the upper bound
        Returns:
        The minimum