Scilab Function

sifoptim - apply optim function to a SIF problem

Calling Sequence

[fopt,xopt,gopt,report]=sifoptim(siffile,algo,Stop)

Parameters

Description

The sifoptim function decodes, compile, link the given problem and then call the Scilab function optim in order to solve the given problem. At the end the problem is removed out of scilab.

Examples

Authors