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]
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 04 Apr. 2025.
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
03/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/03Downloads for EmiR246810121416TrendBars

Today's Hot Picks in Authors and Packages

Rexperigen  
R Interface to Experigen
Provides convenience functions to communicate with an Experigen server: Experigen ( ...
Download / Learn more Package Citations See dependency  
perryExamples  
Examples for Integrating Prediction Error Estimation into Regression Models
Examples for integrating package 'perry' for prediction error estimation into regression models. ...
Download / Learn more Package Citations See dependency  
GeDS  
Geometrically Designed Spline Regression
Spline Regression, Generalized Additive Models, and Component-wise Gradient Boosting, utilizing Geo ...
Download / Learn more Package Citations See dependency  
metaprotr  
Metaproteomics Post-Processing Analysis
Set of tools for descriptive analysis of metaproteomics data generated from high-throughput mass ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
PakPMICS2014HH  
Multiple Indicator Cluster Survey (MICS) 2014 Household Questionnaire Data for Punjab, Pakistan
Provides data set and function for exploration of Multiple Indicator Cluster Survey (MICS) 2014 Hous ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

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