Bound-constrained ORBIT for Matlab

warning This page is heavily under construction, proceed with caution warning

 

This page contains basic source code for the optimization solver ORBIT (originally written by Stefan Wild and Rommel Regis, see [3]) with subsequent modifications to allow for unrelaxable bound constraints and external function evaluations (see [4]). Additional input and modifications from Christine Shoemaker and Jeffrey Larson are gratefully acknowledged.

Relevant references include:

  1. Stefan M. Wild and Christine A. Shoemaker. Global convergence of radial basis function trust-region algorithms for derivative-free optimization. SIAM Review, 55(2):349-371, 2013.
    [DOI; More info; ANL/MCS-P3097-1212], Cover article
  2. Stefan M. Wild and Christine A. Shoemaker. Global convergence of radial basis function trust region derivative-free algorithms. SIAM Journal on Optimization, 21(3):761-781, 2011.
    [DOI; More info; ANL/MCS-P1580-0209]
  3. Stefan M. Wild, Rommel G. Regis, and Christine A. Shoemaker. ORBIT: Optimization by radial basis function interpolation in trust-regions. SIAM Journal on Scientific Computing, 30(6):3197-3219, 2008.
    [DOI; More info]
  4. Stefan M. Wild. Derivative-Free Optimization Algorithms For Computationally Expensive Functions. Ph.D. Dissertation, Cornell University, 2008. [More info]

Download the files for the orbitb solver (VERSION 00 [June 16, 2014] in zip form here).
Please contact wild at anl dot gov for further information or codes.

The orbitb code comes with no warranty and is available through this web page under the BSD license:

Copyright (c) 2014, Stefan Wild All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.