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 20 Feb. 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
01/2101/2201/2301/2401/2501/2601/2701/2801/2901/3001/3102/0102/0202/0302/0402/0502/0602/0702/0802/0902/1002/1102/1202/1302/1402/1502/1602/1702/18Downloads for DEoptim150200250300350400450500550600650700TrendBars
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

CarletonStats  
Functions for Statistics Classes at Carleton College
Includes commands for bootstrapping and permutation tests, a command for created grouped bar plots, ...
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  
PLNmodels  
Poisson Lognormal Models
The Poisson-lognormal model and variants (Chiquet, Mariadassou and Robin, 2021 ...
Download / Learn more Package Citations See dependency  
reader  
Suite of Functions to Flexibly Read Data from Files
A set of functions to simplify reading data from files. The main function, reader(), should read mos ...
Download / Learn more Package Citations See dependency  
multgee  
GEE Solver for Correlated Nominal or Ordinal Multinomial Responses
GEE solver for correlated nominal or ordinal multinomial responses using a local odds ratios parame ...
Download / Learn more Package Citations See dependency  
tigger  
Infers Novel Immunoglobulin Alleles from Sequencing Data
Infers the V genotype of an individual from immunoglobulin (Ig) repertoire sequencing data (AIRR-Seq ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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