Local Optimization Versus Global Optimization

Optimization refers to finding the set of inputs to an objective function that results in the maximum or minimum output from the objective function.

It is common to describe optimization problems in terms of local vs. global optimization.

Similarly, it is also common to describe optimization algorithms or search algorithms in terms of local vs. global search.

In this tutorial, you will discover the practical differences between local and global optimization.

After completing this tutorial, you will know:

  • Local optimization involves finding the optimal solution for a specific region of the search space, or the global optima for problems with no local optima.
  • Global optimization involves finding the optimal solution on problems that contain local optima.
  • How and when

     

     

    To finish reading, please visit source site