CGO Using the Matlab Interface

From TomWiki
Revision as of 05:21, 28 September 2011 by Elias (talk | contribs) (Created page with "{{Part Of Manual|title=the CGO Manual|link=CGO Manual}} The CGO solver package is accessed via the ''tomRun ''driver routine, which calls the ''rbfSolve'', ''ego ''or ''a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Notice.png

This page is part of the CGO Manual. See CGO Manual.

The CGO solver package is accessed via the tomRun driver routine, which calls the rbfSolve, ego or arbfMIP routines.

<figtable id="costGlobSolv">

The Costly global solver routines.
Function Description
rbfSolve Costly global solver routine called by the TOMLAB driver routine tomRun. This routine will also call local and global subsolvers.
ego Costly global solver routine called by the TOMLAB driver routine tomRun. This routine will also call local and global subsolvers.
arbfMIP Costly global solver routine called by the TOMLAB driver routine tomRun. This routine will also call local and global subsolvers.

</figtable>