Skip to content
/ WTFA Public

Quick (read: non-optimized) implimentation of Water-Tank Fish Algorithm: A New Metaheuristic for Optimization

Notifications You must be signed in to change notification settings

madhup/WTFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

WTFA

Quick (read: non-optimized) implimentation of my research paper Water-Tank Fish Algorithm: A New Metaheuristic for Optimization

This paper aims to introduce a new metaheuristic : TheWater-Tank Fish Algorithm, modeled after the workings of the swim bladder in fish, to non-deterministically compute the optima for numerical optimization problems. To balance the explorative-exploitative behavior of a search, the proposed method uses a search localization routine which, after a general exploration, restricts the search to certain areas of the graph and intensifies it as the algorithm advances. The proposed method is tested over 40 benchmark mathematical functions and the results were found to be very encouraging.

Paper available at https://www.ijcaonline.org/archives/volume182/number16/29943-2018917835

About

Quick (read: non-optimized) implimentation of Water-Tank Fish Algorithm: A New Metaheuristic for Optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages