Derivative-Free Global Minimization in One Dimension: Relaxation, Monte Carlo, and Sampling

Alexandra A. Gomes,Diogo A. Gomes
2023-08-17
Abstract:We introduce a derivative-free global optimization algorithm that efficiently computes minima for various classes of one-dimensional functions, including non-convex, and non-smooth functions.This algorithm numerically approximates the gradient flow of a relaxed functional, integrating strategies such as Monte Carlos methods, rejection sampling, and adaptive techniques. These strategies enhance performance in solving a diverse range of optimization problems while significantly reducing the number of required function evaluations compared to established methods. We present a proof of the convergence of the algorithm and illustrate its performance by comprehensive benchmarking. The proposed algorithm offers a substantial potential for real-world models. It is particularly advantageous in situations requiring computationally intensive objective function evaluations.
Optimization and Control
What problem does this paper attempt to address?
The paper aims to address the global minimization problem of one-dimensional functions, particularly in the case of non-convex and non-smooth functions. Specifically, the paper proposes a derivative-free global optimization algorithm that can efficiently compute the minimum of various one-dimensional functions, including non-convex and non-smooth functions. This algorithm is implemented by numerically approximating the gradient flow of a relaxed functional, combining strategies such as Monte Carlo methods, rejection sampling, and adaptive techniques, thereby solving a wide range of optimization problems while significantly reducing the number of required function evaluations. Additionally, the paper proves the convergence of the algorithm and demonstrates its performance through comprehensive benchmarking. The proposed algorithm is particularly suitable for scenarios where the evaluation of the objective function requires extensive computation, such as in applications where evaluating the objective function is very time-consuming and computationally intensive. In summary, the main contribution of this study is the proposal of a new derivative-free global minimization algorithm that achieves a high success rate of optimization with a limited number of objective function evaluations, especially excelling in handling non-convex functions.