CGO: Difference between revisions

From TomWiki
Jump to navigationJump to search
mNo edit summary
 
Line 9: Line 9:
* [[CGO Test Examples]] provides information regarding (non-costly) TOMLAB  /CGO test examples.
* [[CGO Test Examples]] provides information regarding (non-costly) TOMLAB  /CGO test examples.
* [[CGO Solver Reference]] gives detailed information about the interface routines ''rbfSolve'',  ''ego ''and ''arbfMIP''.
* [[CGO Solver Reference]] gives detailed information about the interface routines ''rbfSolve'',  ''ego ''and ''arbfMIP''.
* [[CGO Utilities]] describes the utilities available in addition to the solvers, and how to use them.
* [[CGO Utilities|CGO Utilities Reference]] describes the utilities available in addition to the solvers, and how to use them.


===More information===
===More information===

Latest revision as of 10:57, 18 June 2014

Welcome to the TOMLAB /CGO User's Guide. TOMLAB /CGO includes the solvers, rbfSolve, ego and arbfMIP. The solvers are specifically designed to solve costly (expensive) global optimization problems with up to roughly 30 decision variables. The costly component is only the objective function, i.e. if the constraints are costly as well they need to be integrated in the objective.

The overall solution approach followed by TOMLAB /CGO is based on the seamless combination of the global and local search strategies. The package requires the presence of a global solver and a local solver.

Contents of this manual

More information

Please visit the following links for more information and see the references at the end of this manual.

Prerequisites

In this concise manual we assume that the user is familiar with global optimization and nonlinear programming, setting up problems in TOMLAB (in particular global constrained nonlinear (glc) problems) and with the Matlab language in general.

Using the Matlab Interface

Setting CGO Options

TOMLAB /CGO Test Examples

TOMLAB /CGO Solver Reference

TOMLAB /CGO Utilities Reference

rbfSolve description