Simulation-based optimization
Simulation-based optimization integrates optimization techniques into simulation analysis. Because of the complexity of the simulation, the objective function may become difficult and expensive to evaluate.
Once a system is mathematically modeled, computer-based simulations provide the information about its behavior. Parametric simulation methods can be used to improve the performance of a system. In this method, the input of each variable is varied with other parameters remaining constant and the effect on the design objective is observed. This is a time-consuming method and improves the performance partially. To obtain the optimal solution with minimum computation and time, the problem is solved iteratively where in each iteration the solution moves closer to the optimum solution. Such methods are known as ‘numerical optimization’ or ‘simulation-based optimization’.[1]
Simulation-based optimization methods
Simulation-based optimization methods can be categorized into the following groups:[2][3]
- Response surface methodology (constructing surrogate model, to approximate the underlying function )
- Heuristic methods (three most popular methods: genetic algorithms, tabu search, and simulated annealing)
- Stochastic approximation (category of gradient-based approaches.)
- Derivative-free optimization methods
- Dynamic programming and neuro-dynamic programming
Application
Simulation-based optimization is an important subject in various areas such as chemical engineering, civil engineering, and petroleum engineering. An important application is optimizing the locations of oil wells in hydrocarbon reservoirs.[4]
== Simulation-base Optimization ==
In simulation experiment, we want to evaluate the effect of different values of input variables on a system, which is called running simulation experiments. However sometimes we are interested in finding the optimal value for input variables in terms of the system outcomes. One way could be running simulation experiments for all possible input variables. However this approach is not always practical due to several possible situations and it just makes it intractable to run experiment for each scenario. For example, there might be so many possible values for input variables, or simulation model might be so complicated and expensive to run for suboptimal input variable values. In these cases, we are interested in finding optimal values for input variables rather than trying all possible values. This process is called simulation optimization.[1]
Specific simulation based optimization methods can be chosen according to figure 1 based on the decision variable types.[2]
Optimization exists in two main branches of operational research:
Optimization parametric (static) – the objective is to find the values of the parameters, which are “static” for all states, with the goal of maximize or minimize a function. In this case, there is the use of mathematical programming, such as linear programing. In this scenario, simulation helps when the parameters contain noise or the evaluation of the problem would demand excess of computer time, due to its complexity.
Optimization control (dynamic) – used largely in computer sciences and electrical engineering, what results in many papers and projects in these fields. The optimal control is per state and the results change in each of them. There is use of mathematical programming, as well as dynamic programming. In this scenario, simulation can generate random samples and solve complex and large-scale problems.[3]
Methods
There are five methods classifying the simulation based optimization. They are discussed below:
In response surface methodology, we are trying to find the relationship between the input variables and the response variables. The process starts from trying to fit a linear regression model. If the P-value turns out to be low, then a higher degree polynomial regression, which is usually quadratic, will be implemented. The process of finding a good relationship between input and response variables will be done for each simulation test. In simulation optimization, response surface method can be used to find the best input variables that produce desired outcomes in terms of response variables.[4]
Heuristic methods change accuracy by speed. Their goal is to find a good solution faster than the traditional methods, when they are too slow or fail in solving the problem. Usually they find local optimal instead of the optimal value; however, the values are considered close enough of the final solution. Examples of this kind of method is tabu search or genetic algorithm.
Stochastic approximation is used when the function cannot be computed directly, only estimated via noisy observations. In this scenarios, this method (or family of methods) looks for the extrema of these function. The objective function would be:
is a random variable that represents the noise.
is the parameter that minimizes .
is the domain of the parameter .
Derivative-free optimization is a subject of mathematical optimization. This method is applied to a certain optimization problem when its derivatives are unavailable or unreliable. Derivate-free method establishes model based on sample function values or directly draw a sample set of function values without exploiting detailed model. Since it needs no derivatives, it cannot be compared to derivative-based methods.[5]
For unconstrained optimization problems, it has a form:
The limitation of derivative-free optimization:
1. It is usually cannot handle optimization problems with a few tens of variables, the results via this method are usually not so accurate.
2. When confronted with minimizing non-convex functions, it will show its limitation.
3. Derivative-free optimization methods is simple and easy, however, it is not so good in theory and in practice.
Dynamic programming and neuro-dynamic programming[6]
Dynamic programming deals with situations where decisions are made in stage. The key to this kind of problems is to trade off the present and future costs.
One dynamic basic model has two features:
1) Has a discrete time dynamic system.
2) The cost function is additive over time.
For discrete feature, dynamic programming has the form:
represents the index of discrete time.
is the state of the time k, it contains the past information and prepare it for the future optimization.
is the control variable.
is the random parameter.
For cost function, it has the form:
is the cost at the end of the process.
As the cost cannot be optimized meaningfully, we can use expect value:
Neuro-dynamic programming:
Neuro-dynamic programming is the same as dynamic programming except that the former has the concept of approximation architectures. It combines artificial intelligence, simulation-base algorithms, and functional approach techniques. “Neuro” in this term origins from artificial intelligence community. It means learning how to make improved decisions for the future via built-in mechanism based on the current behavior. The most important part of neuro-dynamic programming is to build a trained neuro network for the optimal problem.
Limitations
Simulation base optimization has some limitations[8], such as the difficulty of create a model that imitates the dynamic behavior of the system in a way that is considered good enough for its representation. Other problem is how complex it is the determination of uncontrollable parameters of the real-world system and of the simulation. Moreover, only a statistical estimation of the real values can be obtained. It is not easy to determine the objective function, since it is result of measurements, what can be harmful for the solutions[9].
Examples

The literature presents many uses of Simulation Based Optimization. Nguyen et al.[10], for example, discuss in their paper the use of simulation-based optimization for supporting the project of high performance buildings, such as green buildings. The figure 2 presents their method simplified.
Saif et al.[11] present another possible use of Simulation Based Optimization: allocate energy resources in an imperfect power distribution system, in an optimal way, considering location and capacity.
References
- Jump up^ Carson, Yolanda, and Anu Maria. "Simulation optimization: methods and applications." Proceedings of the 29th conference on Winter simulation. IEEE Computer Society, 1997.
- Jump up^ Jalali, Hamed, and Inneke Van Nieuwenhuyse. "Simulation optimization in inventory replenishment: a classification." IIE Transactions 47.11 (2015): 1217-1235.
- Jump up^ Abhijit Gosavi, Simulation‐Based Optimization: Parametric Optimization Techniques and Reinforcement Learning, Springer, 2nd Edition (2015)
- Jump up^ Rahimi Mazrae Shahi, M., Fallah Mehdipour, E. and Amiri, M. (2016), Optimization using simulation and response surface methodology with an application on subway train scheduling. Intl. Trans. in Op. Res., 23: 797–811. doi:10.1111/itor.12150
- Jump up^ Conn, A. R.; Scheinberg, K.; Vicente, L. N. (2009). Introduction to Derivative-Free Optimization. MPS-SIAM Book Series on Optimization. Philadelphia: SIAM. Retrieved 2014-01-18.
- Jump up^ Van Roy, B., Bertsekas, D., Lee, Y., & Tsitsiklis, J. (1997). Neuro-dynamic programming approach to retailer inventory management. Proceedings of the IEEE Conference on Decision and Control, 4, 4052-4057.
- Jump up^ Cooper, Leon; Cooper, Mary W. Introduction to dynamic programming. New York: Pergamon Press, 1981
- Jump up^ Prasetio, Y. (2005). Simulation-based optimization for complex stochastic systems. University of Washington.
- Jump up^ Deng, G., & Ferris, Michael. (2007). Simulation-based Optimization, ProQuest Dissertations and Theses
- Jump up^ Nguyen, S., Reiter, P., Rigo, A., & Anh-Tuan Nguyen, S. (2014). A review on simulation-based optimization methods applied to building performance analysis.Applied Energy, 113, 1043-1058.
- Jump up^ Saif, A., Ravikumar Pandi, V., Zeineldin, H., & Kennedy, S. (2013). Optimal allocation of distributed energy resources through simulation-based optimization. Electric Power Systems Research, 104, 1-8.
References
- ^ Nguyen, Anh-Tuan, Sigrid Reiter, and Philippe Rigo. "A review on simulation-based optimization methods applied to building performance analysis."Applied Energy 113 (2014): 1043–1058.
- ^ Fu, Michael, editor (2015). Handbook of Simulation Optimization. Springer.
{{cite book}}
:|first=
has generic name (help)CS1 maint: multiple names: authors list (link) - ^ Deng, G. (2007). Simulation-based optimization (Doctoral dissertation, UNIVERSITY OF WISCONSIN–MADISON).
- ^ "Closed-loop field development under uncertainty using optimization with sample validation". SPE Journal. 20 (5): 0908–0922. doi:10.2118/173219-PA.