linear_equality_targets

Define target values for the linear equality constraints

Topics

linear_constraints

Specification

  • Alias: None

  • Arguments: REALLIST

  • Default: vector values = 0 .

Description

In the equality case, the targets \(a_t\) provide the equality constraint right hand sides:

\[Ax = a_t\]

If this is not specified, the defaults for the equality constraint targets enforce a value of 0. for each constraint:

\[Ax = 0.0\]

Examples

Examples of specifying linear equality constraints to Dakota are provided on the linear_equality_constraint_matrix page.