CGO Using the Matlab Interface: Difference between revisions

From TomWiki
Jump to navigationJump to search
(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...")
 
No edit summary
Line 2: Line 2:
The CGO solver package is accessed via the ''tomRun ''driver routine, which calls the ''rbfSolve'', ''ego ''or ''arbfMIP'' routines.
The CGO solver package is accessed via the ''tomRun ''driver routine, which calls the ''rbfSolve'', ''ego ''or ''arbfMIP'' routines.


<figtable id="costGlobSolv">
====Table: The Costly global solver routines.====
 
{|class="wikitable"
{|class="wikitable"
|+<caption>The Costly global solver routines.</caption>
!Function||Description
!Function||Description
|-valign="top"
|-valign="top"
Line 13: Line 13:
|''arbfMIP''||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>

Revision as of 13:30, 22 January 2012

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.

Table: 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.