<< fsqp_neweval CUTEr get_classification >>

CUTEr >> CUTEr > fsqp_obj

fsqp_obj

fsqp solver external function that computes the objective for CUTEr.

Calling Sequence

f=fsqp_obj(j,x)

Parameters

j

An integer, must be set equal to 1.

x

A vector, the current value of the unknown

f

A scalar, the current value of the objective function

Description

This function computes the objective at the point x for the current CUTEr problem according to the fsqp requirements.

See Also

Authors

Used Functions

fsqp_neweval, x_is_new

Depending on the value returned by x_is_new(), this function uses or computes the following global variables fsqp_cost, fsqp_grcost, fsqp_constr and fsqp_grconstr.


Report an issue
<< fsqp_neweval CUTEr get_classification >>