TL;DR
This paper introduces a new derivative-free optimization method based on pattern search for solving high-dimensional, multi-modal, and non-smooth problems with bounded parameters, demonstrating superior speed and effectiveness.
Contribution
The paper presents a novel recursive modified pattern search algorithm tailored for black-box optimization on hyper-rectangles, especially effective for high-dimensional, multi-modal functions.
Findings
Up to 40 times faster than genetic algorithms
Up to 368 times faster than simulated annealing
Successfully applied to optimize biomarkers for Alzheimer's disease
Abstract
In statistics, it is common to encounter multi-modal and non-smooth likelihood (or objective function) maximization problems, where the parameters have known upper and lower bounds. This paper proposes a novel derivative-free global optimization technique that can be used to solve those problems even when the objective function is not known explicitly or its derivatives are difficult or expensive to obtain. The technique is based on the pattern search algorithm, which has been shown to be effective for black-box optimization problems. The proposed algorithm works by iteratively generating new solutions from the current solution. The new solutions are generated by making movements along the coordinate axes of the constrained sample space. Before making a jump from the current solution to a new solution, the objective function is evaluated at several neighborhood points around the current…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
