Class ObjectiveFunction

    • Constructor Detail

      • ObjectiveFunction

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

      • getObjectiveFunction

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