Other packages > Find by keyword >

DEoptim  

Global Optimization by Differential Evolution
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("DEoptim", "2.2-8")



Attach the package and use:
library("DEoptim")
Maintained by
Katharine Mullen
[Scholar Profile | Author Map]
First Published: 2005-08-09
Latest Update: 2022-11-11
Description:
Implements the Differential Evolution algorithm for global optimization of a real-valued function of a real-valued parameter vector as described in Mullen et al. (2011) .
How to cite:
Katharine Mullen (2005). DEoptim: Global Optimization by Differential Evolution. R package version 2.2-8, https://cran.r-project.org/web/packages/DEoptim. Accessed 29 Mar. 2025.
Previous versions and publish date:
1.0-6 (2005-08-09 10:37), 1.1-2 (2005-10-05 16:22), 1.1-5 (2006-01-09 09:40), 1.1-6 (2006-07-10 08:24), 1.1-8 (2007-01-30 09:46), 1.2-0 (2007-09-10 10:37), 1.2-1 (2007-09-12 18:12), 1.3-0 (2008-12-04 10:27), 1.3-3 (2009-05-14 10:22), 2.0-0 (2009-10-01 21:53), 2.0-1 (2009-10-07 08:38), 2.0-3 (2009-11-29 18:22), 2.0-4 (2010-03-05 10:45), 2.0-5 (2010-04-19 09:27), 2.0-6 (2010-08-25 11:37), 2.0-7 (2010-10-15 12:05), 2.0-8 (2011-01-12 17:08), 2.0-9 (2011-03-01 08:31), 2.1-0 (2011-04-06 17:25), 2.1-1 (2011-05-16 21:31), 2.1-2 (2011-11-21 17:18), 2.2-0 (2012-04-06 06:40), 2.2-1 (2012-07-01 23:59), 2.2-2 (2014-12-17 10:36), 2.2-3 (2015-01-09 06:06), 2.2-4 (2016-12-19 08:33), 2.2-5 (2020-02-23 18:10), 2.2-6 (2021-05-05 08:00), 2.2-7 (2022-11-06 07:40)
Other packages that cited DEoptim R package
View DEoptim citation profile
Other R packages that DEoptim depends, imports, suggests or enhances
Complete documentation for DEoptim
Functions, R codes and Examples using the DEoptim R package
Some associated functions: DEoptim-methods . DEoptim.control . DEoptim . SMI . xrrData . 
Some associated R codes: DEoptim.R . methods.R . zzz.R .  Full DEoptim package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for DEoptim200300400500600700800TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
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  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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