CRAN
MetaheuristicFPA 1.0
An Implementation of Flower Pollination Algorithm in R
Released Aug 29, 2016 by Amanda Pratama Putra
Dependencies
RcppArmadillo 0.9.100.5.0 Rcpp
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 (
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>MetaheuristicFPA</artifactId> <version>1.0-b27</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:MetaheuristicFPA')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 26, 2018.