Imposer.penalty
From Nemesis
The following article describes the use of the imposer.penalty command. With this command the penalty method is used to impose constraints.
Contents |
Syntax
imposer.penalty(a)
where
| Parameter | description | type | default |
|---|---|---|---|
| a | The penalty coefficient | float | - |
Examples
Impose the constraints using the penalty method and a penalty factor 108.
imposer.penalty(1e8)
Comments
See also
- imposer module.
- analysis module.
- User guide.