A Sequential Descent Method for Global Optimization
Mohamed Tifroute, Anouar Lahmdani, and Hassane Bouzahir

TL;DR
This paper introduces a sequential descent method that iteratively searches for the global minimum of a function by combining local descent with strategic initial point selection, demonstrating effectiveness on complex optimization problems.
Contribution
The paper presents a novel sequential descent approach that guarantees monotonic convergence to the global minimum through intersection analysis and slope-based point selection.
Findings
Successfully finds global minima in non-convex problems
Demonstrates monotonic convergence of the method
Effective on multidimensional optimization problems
Abstract
In this paper, a sequential search method for finding the global minimum of an objective function is presented, The descent gradient search is repeated until the global minimum is obtained. The global minimum is located by a process of finding progressively better local minima. We determine the set of points of intersection between the curve of the function and the horizontal plane which contains the local minima previously found. Then, a point in this set with the greatest descent slope is chosen to be a initial point for a new descent gradient search. The method has the descent property and the convergence is monotonic. To demonstrate the effectiveness of the proposed sequential descent method, several non-convex multidimensional optimization problems are solved. Numerical examples show that the global minimum can be sought by the proposed method of sequential descent.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optimization Algorithms Research · Metaheuristic Optimization Algorithms Research · Advanced Multi-Objective Optimization Algorithms
