Package pulse

Interface Response

    • Method Detail

      • evaluate

        double evaluate​(double t)
      • accessibleRange

        Segment accessibleRange()
      • objectiveFunction

        double objectiveFunction​(GeneralTask task)
                          throws SolverException
        Calculates the value of the objective function used to identify the current state of the optimiser.
        Parameters:
        task -
        Returns:
        the value of the objective function in the current state
        Throws:
        SolverException