main content

get started with global optimization toolbox -凯发k8网页登录

solve multiple maxima, multiple minima, and nonsmooth optimization problems

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

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.

related information



网站地图