Ottimizzazione surrogata
Risolutore di ottimizzazione surrogata per funzioni obiettivo costose, con limiti e vincoli interi facoltativi
Utilizzare l'ottimizzazione surrogata per funzioni obiettivo costose (che richiedono molto tempo). Il risolutore richiede limiti finiti su tutte le variabili, consente vincoli di disuguaglianza non lineare e accetta vincoli interi sulle variabili selezionate. Il risolutore può facoltativamente salvare il proprio stato dopo ogni valutazione della funzione, consentendo il ripristino in caso di arresti prematuri.
Funzioni
Attività di Live Editor
Ottimizzare | Optimize or solve equations in the Live Editor |
Argomenti
Ottimizzazione surrogata basata sui problemi
- 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.
Ottimizzazione tramite ottimizzazione surrogata
- 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.
Contesto dell'ottimizzazione surrogata
- Che cosa è l'ottimizzazione surrogata?
L'ottimizzazione surrogata tenta di trovare un minimo globale di una funzione obiettivo utilizzando poche valutazioni della funzione obiettivo. - 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.