Core Module
Objective
An objective function to optimize (see theseus.Objective).
Cost Function
A term in the objective function as a function of one or more Variable objects.
Variable
A variable in the optimization problem. Variable objects are named wrappers for
torch tensors.
Cost Weight
A weight for cost functions.
Reference
An objective function to optimize. |
|
Adds a cost function to the objective. |
|
Evaluates the error vector. |
|
Aggregates all cost function errors into a (batched) scalar objective. |
|
Updates all variables with the given input tensor dictionary. |
|
Retracts an ordered sequence of variables. |
|
A cost function in a differentiable optimization problem. |
|
A variable in a differentiable optimization problem. |