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 01 May. 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
04/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/30Downloads for EmiR51015202530TrendBars

Today's Hot Picks in Authors and Packages

dCUR  
Dimension Reduction with Dynamic CUR
Dynamic CUR (dCUR) boosts the CUR decomposition (Mahoney MW., Drineas P. (2009) ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
fbar  
An Extensible Approach to Flux Balance Analysis
A toolkit for Flux Balance Analysis and related metabolic modeling techniques. Functions are provid ...
Download / Learn more Package Citations See dependency  
pander  
An R 'Pandoc' Writer
Contains some functions catching all messages, 'stdout' and other useful information while evaluati ...
Download / Learn more Package Citations See dependency  
geofabrik  
Downloading Open Street Map Data
Download OpenStreetMap data from geofabrik servers httpsdownload.geofabrik.de. This approach usesonl ...
Download / Learn more Package Citations See dependency  
dsm  
Density Surface Modelling of Distance Sampling Data
Density surface modelling of line transect data. A Generalized Additive Model-based approach is use ...
Download / Learn more Package Citations See dependency  

24,142

R Packages

207,311

Dependencies

65,176

Author Associations

24,143

Publication Badges

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