Main Content
Surrogate Optimization
Surrogate optimization solver for expensive objective functions, with
bounds and optional integer constraints
Use surrogate optimization for expensive (time-consuming) objective functions. The solver requires finite bounds on all variables, allows for nonlinear inequality constraints, and accepts integer constraints on selected variables. The solver can optionally save its state after each function evaluation, enabling recovery from premature stops.
Functions
Live Editor Tasks
Optimize | Optimize or solve equations in the Live Editor (Since R2020b) |
Topics
Problem-Based Surrogate Optimization
- Optimize Multidimensional Function Using surrogateopt, Problem-Based
Basic example minimizing a multidimensional function in the problem-based approach. - Mixed-Integer Surrogate Optimization, Problem-Based
Solve integer and mixed-integer problems using the problem-based approach andsurrogateopt
. - Specify Starting Points and Values for surrogateopt, Problem-Based
Specify start points and their function values usingoptimvalues
in the problem-based approach. - Solve Feasibility Problem Using surrogateopt, Problem-Based
Solve a feasibility problem using the problem-based approach andsurrogateopt
solver. - Feasibility Using Problem-Based Optimize Live Editor Task
Solve a nonlinear feasibility problem using the problem-based Optimize Live Editor task and several solvers. - Optimize a Satellite Constellation While Satisfying Constraints on Ground Station Access
Find the best constellation of satellites subject to visibility constraints.
Optimize Using Surrogate Optimization
- Surrogate Optimization of Multidimensional Function
Solve a multidimensional problem usingsurrogateopt
,patternsearch
, andfmincon
, and then compare the results. - Modify surrogateopt Options
Search for the global minimum usingsurrogateopt
, and then modify options of the function to revise the search. - Interpret surrogateoptplot
How to interpret asurrogateoptplot
plot. - Compare Surrogate Optimization with Other Solvers
Comparesurrogateopt
topatternsearch
andfmincon
on a nonsmooth problem. - Surrogate Optimization of Six-Element Yagi-Uda Antenna
Solve an antenna design problem using surrogate optimization. - Work with Checkpoint Files
Shows how to use checkpoint files to restart, recover, analyze, or extend an optimization. - Surrogate Optimization with Nonlinear Constraint
Solve a problem containing a nonlinear ODE with a nonlinear constraint usingsurrogateopt
. - Convert Nonlinear Constraints Between surrogateopt Form and Other Solver Forms
Presents techniques for converting objective and nonlinear constraint functions for other solvers to and fromsurrogateopt
form. - Mixed-Integer Surrogate Optimization
Integer-constrained surrogate optimization. - Optimal Component Choice Using surrogateopt
Choose components from lists to best fit a response curve. - Solve Nonlinear Problem with Integer and Nonlinear Constraints
Compare the solution of a nonlinear problem both with and without integer constraints. - Solve Feasibility Problem
Usesurrogateopt
to solve a feasibility problem. - Fix Variables in surrogateopt
Fix some variables by setting their upper and lower bounds equal. - Optimize Simulink Model in Parallel
This example shows how to optimize a Simulink® model in parallel using several Global Optimization Toolbox solvers. - Improve surrogateopt Solution or Process
Hints for obtaining a better solution or obtaining a solution more quickly.
Surrogate Optimization Background
- What Is Surrogate Optimization?
Surrogate optimization attempts to find a global minimum of an objective function using few objective function evaluations. - Surrogate Optimization Algorithm
Learn details of the surrogate optimization algorithm, when run in serial or parallel. - Surrogate Optimization Options
Explore the options for surrogate optimization, including algorithm control, stopping criteria, command-line display, and output and plot functions.