paper-with-me

Papers

Parameter Tuning of the Firefly Algorithm by Standard Monte Carlo and Quasi-Monte Carlo Methods

2024-07-01 · Geethu Joy, Christian Huyck, Xin-She Yang

Almost all optimization algorithms have algorithm-dependent parameters, and the setting of such parameter values can significantly influence the behavior of the algorithm under consideration. Thus, proper parameter tuning should be carried out to ensure that the algorithm used for optimization performs well and is sufficiently robust for solving different types of optimization problems. In this study, the Firefly Algorithm (FA) is used to evaluate the influence of its parameter values on its efficiency. Parameter values are randomly initialized using both the standard Monte Carlo method and the Quasi Monte-Carlo method. The values are then used for tuning the FA. Two benchmark functions and a spring design problem are used to test the robustness of the tuned FA. From the preliminary findings, it can be deduced that both the Monte Carlo method and Quasi-Monte Carlo method produce similar results in terms of optimal fitness values. Numerical experiments using the two different methods on both benchmark functions and the spring design problem showed no major variations in the final fitness values, irrespective of the different sample values selected during the simulations. This insensitivity indicates the robustness of the FA.

📄 PDF Abstract BibTeX arXiv:2407.02537

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

FA 설명 없음
Firefly algorithm Metaheuristic algorithm

Similar Papers 제목 키워드 기반

Parameter Tuning of the Firefly Algorithm by Three Tuning Methods: Standard Monte Carlo, Quasi-Monte Carlo and Latin Hypercube Sampling Methods

2025-04-10 · Geethu Joy, Christian Huyck, Xin-She Yang

There are many different nature-inspired algorithms in the literature, and almost all such algorithms have algorithm-dependent parameters that need to be tuned. The proper setting and parameter tuning should be carried o…

Firefly Monte Carlo: Exact MCMC with Subsets of Data

2014-03-22 · Dougal Maclaurin, Ryan P. Adams

Markov chain Monte Carlo (MCMC) is a popular and successful general-purpose tool for Bayesian inference. However, MCMC cannot be practically applied to large data sets because of the prohibitive cost of evaluating every …

Bayesian Inference

A self-tuning Firefly algorithm to tune the parameters of Ant Colony System (ACSFA)

2016-10-26 · M. K. A. Ariyaratne, T. G. I. Fernando, S. Weerakoon

Ant colony system (ACS) is a promising approach which has been widely used in problems such as Travelling Salesman Problems (TSP), Job shop scheduling problems (JSP) and Quadratic Assignment problems (QAP). In its origin…

Job Shop SchedulingScheduling

A comprehensive review of firefly algorithms

2013-12-23 · Iztok Fister, Iztok Fister Jr., Xin-She Yang, Janez Brest

The firefly algorithm has become an increasingly important tool of Swarm Intelligence that has been applied in almost all areas of optimization, as well as engineering practice. Many problems from various areas have been…

Why the Firefly Algorithm Works?

2018-04-22 · Xin-She Yang, Xingshi He

Firefly algorithm is a nature-inspired optimization algorithm and there have been significant developments since its appearance about ten years ago. This chapter summarizes the latest developments about the firefly algor…

Nature-Inspired Optimization Algorithm