metaheuristicOpt (version 2.0.0)

Metaheuristic for Optimization

Description

An implementation of metaheuristic algorithms for continuous optimization. Currently, the package contains the implementations of 21 algorithms, as follows: particle swarm optimization (Kennedy and Eberhart, 1995), ant lion optimizer (Mirjalili, 2015 ), grey wolf optimizer (Mirjalili et al., 2014 ), dragonfly algorithm (Mirjalili, 2015 ), firefly algorithm (Yang, 2009 ), genetic algorithm (Holland, 1992, ISBN:978-0262581110), grasshopper optimisation algorithm (Saremi et al., 2017 ), harmony search algorithm (Mahdavi et al., 2007 ), moth flame optimizer (Mirjalili, 2015 , sine cosine algorithm (Mirjalili, 2016 ), whale optimization algorithm (Mirjalili and Lewis, 2016 ), clonal selection algorithm (Castro, 2002 ), differential evolution (Das & Suganthan, 2011), shuffled frog leaping (Eusuff, Landsey & Pasha, 2006), cat swarm optimization (Chu et al., 2006), artificial bee colony algorithm (Karaboga & Akay, 2009), krill-herd algorithm (Gandomi & Alavi, 2012), cuckoo search (Yang & Deb, 2009), bat algorithm (Yang, 2012), gravitational based search (Rashedi et al., 2009) and black hole optimization (Hatamlou, 2013).

Copy Link

Version

Down Chevron

Install

install.packages('metaheuristicOpt')

Monthly Downloads

217

Version

2.0.0

License

GPL (>= 2) | file LICENSE

Last Published

June 19th, 2019

Functions in metaheuristicOpt (2.0.0)