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 22 Dec. 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

wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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