<< conmin_constr CUTEr cprod >>

CUTEr >> CUTEr > conmin_obj

conmin_obj

conmin solver external function that computes the objective for CUTEr.

Calling Sequence

[f,g] = conmin_obj(x)

Parameters

x

A vector, the current value of the unknown

f

A scalar, the current value of the objective function

g

A vector, the current value of the gradient function

Description

This function computes the objective and its gradient at the point x for the current CUTEr problem according to the conmin requirements.

It includes a cpu time limitation to cancel the resolution if the cpu time exceeds 3600s.

See Also

Authors

Used Functions

cofg


Report an issue
<< conmin_constr CUTEr cprod >>