| Trees | Indices | Help | 
 | 
|---|
|  | 
 
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 Class for Newton minimisation specific functions. Unless you know what you are doing, you should call the function 'method_of_multipliers' rather than using this class. 
 | 
| 
 The augmented Lagrangian function. The equation is: L(x, lambda_k; muk) = f(x) + sum(psi(ci(x), lambdai_k; muk)) where: 
                   /  -s.t + t^2/(2m)    if t - ms <= 0,
   psi(t, s; m) = <
                   \  -ms^2/2            otherwise.
 | 
| 
 The augmented Lagrangian Hessian. This function has been simplified by assuming that the constraint Hessian is zero. | 
| 
 Method of multipliers algorithm. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 28 15:37:56 2016 | http://epydoc.sourceforge.net |