paper-with-me

Papers

The Firefighter Algorithm: A Hybrid Metaheuristic for Optimization Problems

2024-06-01 · M. Z. Naser, A. Z. Naser

This paper presents the Firefighter Optimization (FFO) algorithm as a new hybrid metaheuristic for optimization problems. This algorithm stems inspiration from the collaborative strategies often deployed by firefighters in firefighting activities. To evaluate the performance of FFO, extensive experiments were conducted, wherein the FFO was examined against 13 commonly used optimization algorithms, namely, the Ant Colony Optimization (ACO), Bat Algorithm (BA), Biogeography-Based Optimization (BBO), Flower Pollination Algorithm (FPA), Genetic Algorithm (GA), Grey Wolf Optimizer (GWO), Harmony Search (HS), Particle Swarm Optimization (PSO), Simulated Annealing (SA), Tabu Search (TS), and Whale Optimization Algorithm (WOA), and across 24 benchmark functions of various dimensions and complexities. The results demonstrate that FFO achieves comparative performance and, in some scenarios, outperforms commonly adopted optimization algorithms in terms of the obtained fitness, time taken for exaction, and research space covered per unit of time.

📄 PDF Abstract BibTeX arXiv:2406.00528

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

METAFOR: A Hybrid Metaheuristics Software Framework for Single-Objective Continuous Optimization Problems

2025-02-16 · Christian Camacho-Villalón, Marco Dorigo, Thomas Stützle

Hybrid metaheuristics are powerful techniques for solving difficult optimization problems that exploit the strengths of different approaches in a single implementation. For algorithm designers, however, creating hybrid m…

Gnowee: A Hybrid Metaheuristic Optimization Algorithm for Constrained, Black Box, Combinatorial Mixed-Integer Design

2018-04-15 · James Bevins, Rachel Slaybaugh

This paper introduces Gnowee, a modular, Python-based, open-source hybrid metaheuristic optimization algorithm (Available from https://github.com/SlaybaughLab/Gnowee). Gnowee is designed for rapid convergence to nearly g…

Metaheuristic Optimization

A socio-physics based hybrid metaheuristic for solving complex non-convex constrained optimization problems

2022-09-02 · Ishaan R Kale, Anand J Kulkarni, Efren Mezura-Montes

Several Artificial Intelligence based heuristic and metaheuristic algorithms have been developed so far. These algorithms have shown their superiority towards solving complex problems from different domains. However, it …

A Hybrid Algorithm for Metaheuristic Optimization

2019-05-26 · Sujit Pramod Khanna, Alexander Ororbia II

We propose a novel, flexible algorithm for combining together metaheuristicoptimizers for non-convex optimization problems. Our approach treatsthe constituent optimizers as a team of complex agents that communicateinform…

General ClassificationMetaheuristic Optimization

QBSO-FS: A Reinforcement Learning Based Bee Swarm Optimization Metaheuristic for Feature Selection

2019-05-16 · International Work-Conference on Artificial Neural Networks 2019 5 · Souhila Sadeg, Leila Hamdad, Amine Riad Remache, Mehdi Nedjmeddine Karech 외

Feature selection is often used before a data mining or a machine learning task in order to build more accurate models. It is considered as a hard optimization problem and metaheuristics give very satisfactory results fo…

feature selectionMulti-agent Reinforcement LearningQ-Learningreinforcement-learning+2