Learn R Programming

MetaheuristicFPA (version 1.0)

An Implementation of Flower Pollination Algorithm in R

Description

A nature-inspired metaheuristics algorithm based on the pollination process of flowers. This R package makes it easy to implement the standard flower pollination algorithm for every user. The algorithm was first developed by Xin-She Yang in 2012 ().

Copy Link

Version

Install

install.packages('MetaheuristicFPA')

Monthly Downloads

14

Version

1.0

License

GPL-2

Maintainer

Amanda Putra

Last Published

August 29th, 2016

Functions in MetaheuristicFPA (1.0)

fpa_optim

Metaheuristic - Flower Pollination Algorithm