Package optimization

Interface Fmin_methods

  • All Known Implementing Classes:
    FminTest

    public interface Fmin_methods
    Interface method to define a function to minimize.
    • Method Detail

      • f_to_minimize

        double f_to_minimize​(double x)
        Defines a function f : double -> double to minimize.
        Parameters:
        x - the input x
        Returns:
        the value f(x) of the function applied to x.