tigercontrol.models.control.ODEShootingMethod

class tigercontrol.models.control.ODEShootingMethod[source]

Description: Implements the shooting method to solve second order boundary value problems with conditions y(0) = a and y(L) = b. Assumes that the second order BVP has been converted to a first order system of two equations.

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__() Initialize self.
euler(f, a, z, t[, dt]) Description: Solve corresponding initial value problem.
help() Description: Prints information about this class and its methods.
initialize(f, a, b, z1, z2, t) Description: Initialize the dynamics of the model.
predict() Description: Returns current solution estimation.
step([n]) Description: Updates internal parameters for n iterations and then returns current solution estimation.
update() Description:

Attributes

compatibles
spec