get started with global optimization toolbox -凯发k8网页登录
global optimization toolbox provides functions that search for global solutions to problems that contain multiple maxima or minima. toolbox solvers include surrogate, pattern search, genetic algorithm, particle swarm, simulated annealing, multistart, and global search. you can use these solvers for optimization problems where the objective or constraint function is continuous, discontinuous, stochastic, does not possess derivatives, or includes simulations or black-box functions. for problems with multiple objectives, you can identify a pareto front using genetic algorithm or pattern search solvers.
you can improve solver effectiveness by adjusting options and, for applicable solvers, customizing creation, update, and search functions. you can use custom data types with the genetic algorithm and simulated annealing solvers to represent problems not easily expressed with standard data types. the hybrid function option lets you improve a solution by applying a second solver after the first.
tutorials
- decide between problem-based and solver-based approach
explore considerations for problem-based and solver-based optimization with global optimization toolbox solvers.
example showing some characteristics of global solvers.
- comparison of six solvers
explore some characteristics of global solvers.
- solver behavior with a nonsmooth problem
demonstrates the importance of choosing an appropriate solver.
about global optimization
defines global vs local solutions, and basins of attraction.
issues in determining whether a solution is good.
- optimization workflow
how to find a local or global optimum.