Other packages > Find by keyword >

EmiR  

Evolutionary Minimizer for R
View on CRAN: Click here


Download and install EmiR package within the R console
Install from CRAN:
install.packages("EmiR")

Install from Github:
library("remotes")
install_github("cran/EmiR")

Install by package version:
library("remotes")
install_version("EmiR", "1.0.4")



Attach the package and use:
library("EmiR")
Maintained by
Lorenzo Sostero
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-08-03
Latest Update: 2022-12-09
Description:
A C++ implementation of the following evolutionary algorithms: Bat Algorithm (Yang, 2010 ), Cuckoo Search (Yang, 2009 ), Genetic Algorithms (Holland, 1992, ISBN:978-0262581110), Gravitational Search Algorithm (Rashedi et al., 2009 ), Grey Wolf Optimization (Mirjalili et al., 2014 ), Harmony Search (Geem et al., 2001 ), Improved Harmony Search (Mahdavi et al., 2007 ), Moth-flame Optimization (Mirjalili, 2015 ), Particle Swarm Optimization (Kennedy et al., 2001 ISBN:1558605959), Simulated Annealing (Kirkpatrick et al., 1983 ), Whale Optimization Algorithm (Mirjalili and Lewis, 2016 ). 'EmiR' can be used not only for unconstrained optimization problems, but also in presence of inequality constrains, and variables restricted to be integers.
How to cite:
Lorenzo Sostero (2021). EmiR: Evolutionary Minimizer for R. R package version 1.0.4, https://cran.r-project.org/web/packages/EmiR. Accessed 21 Nov. 2024.
Previous versions and publish date:
1.0.0 (2021-08-03 11:50), 1.0.1 (2021-08-04 01:40), 1.0.3 (2022-04-21 15:10)
Other packages that cited EmiR R package
View EmiR citation profile
Other R packages that EmiR depends, imports, suggests or enhances
Complete documentation for EmiR
Functions, R codes and Examples using the EmiR R package
Some associated functions: G01InitPop . MinimizerOpts . OptimizationResults . ackley_func . animate_population . bohachevsky_func . colville_func . config_abc . config_algo . config_bat . config_cs . config_ga . config_gsa . config_gwo . config_hs . config_ihs . config_mfo . config_ps . config_sa . config_woa . constrained_function . constraint . freudenstein_roth_func . get_population . griewank_func . list_of_algorithms . list_of_functions . miele_cantrell_func . minimize . parameter . parameters . plot_history . plot_population . rastrigin_func . rosenbrock_func . schwefel_func . styblinski_tang_func . 
Some associated R codes: ALGO__ABC.R . ALGO__BAT.R . ALGO__CS.R . ALGO__GA.R . ALGO__GSA.R . ALGO__GWO.R . ALGO__HS.R . ALGO__IHS.R . ALGO__MFO.R . ALGO__PS.R . ALGO__SA.R . ALGO__WOA.R . CLASS__ConstrainedFunction.R . CLASS__Constraint.R . CLASS__MinimizationResult.R . CLASS__MinimizerOpts.R . CLASS__Parameter.R . CONFIG_ALGO.R . CONFIG__ABC.R . CONFIG__BAT.R . CONFIG__CS.R . CONFIG__GA.R . CONFIG__GSA.R . CONFIG__GWO.R . CONFIG__HS.R . CONFIG__IHS.R . CONFIG__MFO.R . CONFIG__PS.R . CONFIG__SA.R . CONFIG__WOA.R . CheckOptions.R . DATASETS.R . EmiR.R . FUNC__Ackley.R . FUNC__Bohachevsky.R . FUNC__Colville.R . FUNC__Freudenstein.R . FUNC__Griewank.R . FUNC__Miele.R . FUNC__Rastrigin.R . FUNC__Rosenbrock.R . FUNC__Schwefel.R . FUNC__Styblinski-Tang.R . INTERFACE__ConstrainedFunction.R . INTERFACE__Constraint.R . INTERFACE__Parameter.R . METHOD__Minimize.R . METHOD__Plot_history.R . METHOD__Population.R . RcppExports.R .  Full EmiR package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA