CONOPT
Loading...
Searching...
No Matches
conopt.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 conopt.EvaluationMode.swigValue ( )
inline

Definition at line 31 of file EvaluationMode.java.

◆ toString()

String conopt.EvaluationMode.toString ( )
inline

Definition at line 35 of file EvaluationMode.java.

◆ swigToEnum()

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

Definition at line 39 of file EvaluationMode.java.

Field Documentation

◆ TermsOnly

final EvaluationMode conopt.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 conopt.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 conopt.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: