CONOPT
Loading...
Searching...
No Matches
jconopt.EvaluationMode Class Reference

Public Member Functions

final int swigValue ()
 
String toString ()
 

Static Public Member Functions

static EvaluationMode swigToEnum (int swigValue)
 

Static Public Attributes

static final EvaluationMode TermsOnly = new EvaluationMode("TermsOnly", jconoptJNI.EvaluationMode_TermsOnly_get())
 
static final EvaluationMode JacobianOnly = new EvaluationMode("JacobianOnly")
 
static final EvaluationMode Both = new EvaluationMode("Both")
 

Detailed Description

the evaluation mode for a given iteration.

The evaluation mode is typically handled within the interface. However, this is particularly useful if the
initFDEvaluation() callback method is implemented.

Definition at line 17 of file EvaluationMode.java.

Member Function Documentation

◆ swigValue()

final int jconopt.EvaluationMode.swigValue ( )
inline

Definition at line 31 of file EvaluationMode.java.

◆ toString()

String jconopt.EvaluationMode.toString ( )
inline

Definition at line 35 of file EvaluationMode.java.

◆ swigToEnum()

static EvaluationMode jconopt.EvaluationMode.swigToEnum ( int swigValue)
inlinestatic

Definition at line 39 of file EvaluationMode.java.

Field Documentation

◆ TermsOnly

final EvaluationMode jconopt.EvaluationMode.TermsOnly = new EvaluationMode("TermsOnly", jconoptJNI.EvaluationMode_TermsOnly_get())
static

only the nonlinear terms will be evaluated.

Definition at line 21 of file EvaluationMode.java.

◆ JacobianOnly

final EvaluationMode jconopt.EvaluationMode.JacobianOnly = new EvaluationMode("JacobianOnly")
static

only the Jacobian of the nonlinear terms will be evaluated.

Definition at line 25 of file EvaluationMode.java.

◆ Both

final EvaluationMode jconopt.EvaluationMode.Both = new EvaluationMode("Both")
static

both the nonlinear terms and Jacobian will be evaluated.

Definition at line 29 of file EvaluationMode.java.


The documentation for this class was generated from the following file: