Direct search is an efficient algorithm for solving smooth or nonsmooth
optimization problems. Try patternsearch
first for most
nonsmooth problems.
Optimize | Optimize or solve equations in the Live Editor |
Optimize Using the GPS Algorithm
Provides an example of solving an optimization problem using pattern search.
Coding and Minimizing an Objective Function Using Pattern Search
Shows how to write an objective function including extra parameters or vectorization.
Constrained Minimization Using patternsearch and Optimize Live Editor Task
Example using linear constraints and nonlinear constraints in
patternsearch
.
Constrained Minimization Using Pattern Search
Use constraints in direct search.
Effects of Pattern Search Options
Visualize and tune direct search.
Shows how to set and examine options for
patternsearch
.
Optimization of Stochastic Objective Function
Pattern search can minimize a function even in the presence of noise.
Examples showing the utility of search in addition to poll methods.
Examines the effects of polling options, including
the UseCompletePoll
option.
Examines the effect of different mesh expansion and contraction factors.
Shows how to write and use a plot function for patternsearch
.
Pattern Search Climbs Mount Washington
Shows the steps patternsearch
takes by using custom plot
functions.
Optimization of Stochastic Objective Function
Pattern search can minimize a function even in the presence of noise.
Vectorize the Objective and Constraint Functions
How to gain speed using vectorized function evaluations.
Optimizing an objective given by the solution to an
ODE using patternsearch
or ga
in
serial or parallel.
Introduces direct search and pattern search.
Explains some basic pattern search terminology.
How Pattern Search Polling Works
Provides an overview of direct search algorithms.
Describes how search methods work with polling steps.
Stopping conditions and their associated options.
Nonlinear Constraint Solver Algorithm
Explains the Augmented Lagrangian Pattern Search (ALPS).
Describes the options for pattern search.