Global Optimization Problem

 

Most of global optimization approaches requires stochastic process. Especially Genetic algorithm requires many sampling points. If one wants nearly global optimum, Latin hypercube sampling is recommended because it gives good space-filled sampling points. Lets’ consider the following global optimization problem. 

 

 

CASE 1: The number of initial sampling points is 15. Then, a multi-quadratics radial basis function is employed. As you can see, AutoDesign uses the best one of sampling points as the initial design point. So, it can easily go to an optimum while sampling points fill the design space properly. Figure 1 shows the initial sampling points (Blue) and 9 SAO ones (Red).

 

Figure 1  Case study 1: global optimization using RBF

 

CASE 2: In this case, Kriging model is used to solve the same optimization problem. For fair comparison, the same sampling points are used. Figure 2 shows the initial sampling points (Blue) and 10 SAO ones (Red). Although the SAO points are somewhat different from those of Case 1 study, this approach can successfully converge to the same optimum.

 

Figure 2  Case study 2: global optimization using Kriging