IpoptOptions.UseExactHessian Property

Top 

Description

If set to 1 (true), Ipopt will use an exact hessian instead of the default quasi-newton approximation.

 

Warning: Using an exact hessian will introduce extra computational load. If generic constraints have been added through the Optimizer.AddConstraint method, an exact hessian may also inroduce excessive memory requirements.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myIpoptOptions1.UseExactHessian;

 

myIpoptOptions1.UseExactHessian = myVariable1;

 

See also

IpoptOptions Object