paper-with-me

Papers

ANA: Ant Nesting Algorithm for Optimizing Real-World Problems

2021-12-04 · Deeam Najmadeen Hama Rashid, Tarik A. Rashid, Seyedali Mirjalili

In this paper, a novel swarm intelligent algorithm is proposed called ant nesting algorithm (ANA). The algorithm is inspired by Leptothorax ants and mimics the behavior of ants searching for positions to deposit grains while building a new nest. Although the algorithm is inspired by the swarming behavior of ants, it does not have any algorithmic similarity with the ant colony optimization (ACO) algorithm. It is worth mentioning that ANA is considered a continuous algorithm that updates the search agent position by adding the rate of change (e.g., step or velocity). ANA computes the rate of change differently as it uses previous, current solutions, fitness values during the optimization process to generate weights by utilizing the Pythagorean theorem. These weights drive the search agents during the exploration and exploitation phases. The ANA algorithm is benchmarked on 26 well-known test functions, and the results are verified by a comparative study with genetic algorithm (GA), particle swarm optimization (PSO), dragonfly algorithm (DA), five modified versions of PSO, whale optimization algorithm (WOA), salp swarm algorithm (SSA), and fitness dependent optimizer (FDO). ANA outperformances these prominent metaheuristic algorithms on several test cases and provides quite competitive results. Finally, the algorithm is employed for optimizing two well-known real-world engineering problems: antenna array design and frequency-modulated synthesis. The results on the engineering case studies demonstrate the proposed algorithm's capability in optimizing real-world problems.

📄 PDF Abstract BibTeX arXiv:2112.05839

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MOANA: Multi-Objective Ant Nesting Algorithm for Optimization Problems

2024-11-08 · Noor A. Rashed, Yossra H. Ali Tarik A. Rashid, Seyedali Mirjalili

This paper presents the Multi-Objective Ant Nesting Algorithm (MOANA), a novel extension of the Ant Nesting Algorithm (ANA), specifically designed to address multi-objective optimization problems (MOPs). MOANA incorporat…

DiversityEvolutionary Algorithms

On Nesting Monte Carlo Estimators

2017-09-18 · ICML 2018 7 · Tom Rainforth, Robert Cornish, Hongseok Yang, Andrew Warrington 외

Many problems in machine learning and statistics involve nested expectations and thus do not permit conventional Monte Carlo (MC) estimation. For such problems, one must nest estimators, such that terms in an outer estim…

Experimental Design

Tabular Embeddings for Tables with Bi-Dimensional Hierarchical Metadata and Nesting

2025-02-20 · Gyanendra Shrestha, Chutain Jiang, Sai Akula, Vivek Yannam 외

Embeddings serve as condensed vector representations for real-world entities, finding applications in Natural Language Processing (NLP), Computer Vision, and Data Management across diverse downstream tasks. Here, we intr…

ManagementRAG

Learning Structure in Nested Logit Models

2020-08-18 · Youssef M. Aboutaleb, Moshe Ben-Akiva, Patrick Jaillet

This paper introduces a new data-driven methodology for nested logit structure discovery. Nested logit models allow the modeling of positive correlations between the error terms of the utility specifications of the diffe…

MULTIVERSE: Exposing Large Language Model Alignment Problems in Diverse Worlds

2024-01-25 · Xiaolong Jin, Zhuo Zhang, Xiangyu Zhang

Large Language Model (LLM) alignment aims to ensure that LLM outputs match with human values. Researchers have demonstrated the severity of alignment problems with a large spectrum of jailbreak techniques that can induce…

Language ModelingLanguage ModellingLarge Language Model