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]
All associated links for this package
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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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