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
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
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

steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
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  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns