Class UnivariateObjectiveFunction

    • Constructor Detail

      • UnivariateObjectiveFunction

        public UnivariateObjectiveFunction​(UnivariateFunction f)
        Simple constructor.
        Parameters:
        f - Function to be optimized.
    • Method Detail

      • getObjectiveFunction

        public UnivariateFunction getObjectiveFunction()
        Gets the function to be optimized.
        Returns:
        the objective function.