Imposer.penalty
From Nemesis
(Difference between revisions)
| Line 5: | Line 5: | ||
imposer.penalty(a) | imposer.penalty(a) | ||
| − | + | where | |
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | {| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | ||
|- bgcolor="#CCCCCC" align="center" | |- bgcolor="#CCCCCC" align="center" | ||
Latest revision as of 22:13, 24 January 2007
The following article describes the use of the imposer.penalty command. With this command the penalty method is used to impose constraints.
Contents |
[edit] Syntax
imposer.penalty(a)
where
| Parameter | description | type | default |
|---|---|---|---|
| a | The penalty coefficient | float | - |
[edit] Examples
Impose the constraints using the penalty method and a penalty factor 108.
imposer.penalty(1e8)
[edit] Comments
[edit] See also
- imposer module.
- analysis module.
- User guide.