paper-with-me

홈 › Papers

Yukthi Opus: A Multi-Chain Hybrid Metaheuristic for Large-Scale NP-Hard Optimization

2026-01-05 · SB Danush Vikraman, Hannah Abigail, Prasanna Kesavraj, Gajanan V Honnavar arxiv

We present Yukthi Opus (YO), a multi-chain hybrid metaheuristic designed for NP-hard optimization under explicit evaluation budget constraints. YO integrates three complementary mechanisms in a structured two-phase architecture: Markov Chain Monte Carlo (MCMC) for global exploration, greedy local search for exploitation, and simulated annealing with adaptive reheating to enable controlled escape from local minima. A dedicated burn-in phase allocates evaluations to probabilistic exploration, after which a hybrid optimization loop refines promising candidates. YO further incorporates a spatial blacklist mechanism to avoid repeated evaluation of poor regions and a multi-chain execution strategy to improve robustness and reduce sensitivity to initialization. We evaluate YO on three benchmarks: the Rastrigin function (5D) with ablation studies, the Traveling Salesman Problem with 50 to 200 cities, and the Rosenbrock function (5D) with comparisons against established optimizers including CMA-ES, Bayesian optimization, and accelerated particle swarm optimization. Results show that MCMC exploration and greedy refinement are critical for solution quality, while simulated annealing and multi-chain execution primarily improve stability and variance reduction. Overall, YO achieves competitive performance on large and multimodal problems while maintaining predictable evaluation budgets, making it suitable for expensive black-box optimization settings.

📄 PDF Abstract BibTeX arXiv:2601.01832

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Markov Chain methods for the bipartite Boolean quadratic programming problem

2016-05-06 · Daniel Karapetyan, Abraham P. Punnen, Andrew J. Parkes

We study the Bipartite Boolean Quadratic Programming Problem (BBQP) which is an extension of the well known Boolean Quadratic Programming Problem (BQP). Applications of the BBQP include mining discrete patterns from bina…

Applying Autonomous Hybrid Agent-based Computing to Difficult Optimization Problems

2022-10-24 · Mateusz Godzik, Jacek Dajda, Marek Kisiel-Dorohinicki, Aleksander Byrski 외

Evolutionary multi-agent systems (EMASs) are very good at dealing with difficult, multi-dimensional problems, their efficacy was proven theoretically based on analysis of the relevant Markov-Chain based model. Now the re…

High-level hybridization of heuristics and metaheuristics to solve symmetric TSP: a comparative study

2024-10-28 · Carlos Alberto da Silva Junior, Roberto Yuji Tanaka, Luiz Carlos Farias da Silva, Angelo Passaro

The Travelling Salesman Problem - TSP is one of the most explored problems in the scientific literature to solve real problems regarding the economy, transportation, and logistics, to cite a few cases. Adapting TSP to so…

Constrained Hybrid Metaheuristic Algorithm for Probabilistic Neural Networks Learning

2025-01-26 · Piotr A. Kowalski, Szymon Kucharczyk, Jacek Mańdziuk

This study investigates the potential of hybrid metaheuristic algorithms to enhance the training of Probabilistic Neural Networks (PNNs) by leveraging the complementary strengths of multiple optimisation strategies. Trad…

Efficient Exploration

Goat Optimization Algorithm: A Novel Bio-Inspired Metaheuristic for Global Optimization

2025-03-04 · Hamed Nozari, Hoessein Abdi, Agnieszka Szmelter-Jarosz

This paper presents the Goat Optimization Algorithm (GOA), a novel bio-inspired metaheuristic optimization technique inspired by goats' adaptive foraging, strategic movement, and parasite avoidance behaviors.GOA is desig…

global-optimizationMetaheuristic Optimization