summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-09 15:43:47 +0000
committerbrook <brook@pkgsrc.org>2019-08-09 15:43:47 +0000
commitf328bacfc16e9d52bb65e2250fc104791dca3f66 (patch)
tree4464d9658edc2df1dd3f41f27f8fd6d3d34fdcf0 /math
parent736581629613c4a9acc884bb3101d8c27a6261b5 (diff)
downloadpkgsrc-f328bacfc16e9d52bb65e2250fc104791dca3f66.tar.gz
R-DEoptimR: initial commit
Differential Evolution (DE) stochastic algorithms for global optimization of problems with and without constraints. The aim is to curate a collection of its state-of-the-art variants that (1) do not sacrifice simplicity of design, (2) are essentially tuning-free, and (3) can be efficiently implemented directly in the R language. Currently, it only provides an implementation of the 'jDE' algorithm by Brest et al. (2006) <doi:10.1109/TEVC.2006.872133>.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
-rw-r--r--math/R-DEoptimR/DESCR7
-rw-r--r--math/R-DEoptimR/Makefile14
-rw-r--r--math/R-DEoptimR/distinfo6
4 files changed, 29 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index bda0f569eac..74bfd3d88fe 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.427 2019/08/09 15:42:02 brook Exp $
+# $NetBSD: Makefile,v 1.428 2019/08/09 15:43:47 brook Exp $
COMMENT= Mathematics
@@ -6,6 +6,7 @@ SUBDIR+= R
SUBDIR+= R-CGIwithR
SUBDIR+= R-DAAG
SUBDIR+= R-DBI
+SUBDIR+= R-DEoptimR
SUBDIR+= R-FNN
SUBDIR+= R-Formula
SUBDIR+= R-GRASS
diff --git a/math/R-DEoptimR/DESCR b/math/R-DEoptimR/DESCR
new file mode 100644
index 00000000000..2dfa3c4d1ce
--- /dev/null
+++ b/math/R-DEoptimR/DESCR
@@ -0,0 +1,7 @@
+Differential Evolution (DE) stochastic algorithms for global
+optimization of problems with and without constraints. The aim is to
+curate a collection of its state-of-the-art variants that (1) do not
+sacrifice simplicity of design, (2) are essentially tuning-free, and
+(3) can be efficiently implemented directly in the R language.
+Currently, it only provides an implementation of the 'jDE' algorithm
+by Brest et al. (2006) <doi:10.1109/TEVC.2006.872133>.
diff --git a/math/R-DEoptimR/Makefile b/math/R-DEoptimR/Makefile
new file mode 100644
index 00000000000..0027428a2b9
--- /dev/null
+++ b/math/R-DEoptimR/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 15:43:47 brook Exp $
+
+R_PKGNAME= DEoptimR
+R_PKGVER= 1.0-8
+CATEGORIES= math
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Differential evolution optimization in pure R
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-DEoptimR/distinfo b/math/R-DEoptimR/distinfo
new file mode 100644
index 00000000000..3a7f7642f1f
--- /dev/null
+++ b/math/R-DEoptimR/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 15:43:48 brook Exp $
+
+SHA1 (R/DEoptimR_1.0-8.tar.gz) = 3974d3642d4426fa2ee2093c13cae7aeba2dd70f
+RMD160 (R/DEoptimR_1.0-8.tar.gz) = 7d8672d59375f1fc3b758032bd2920287829d787
+SHA512 (R/DEoptimR_1.0-8.tar.gz) = d1ff9e4b12619df383cf01da48b084e5f88c5f33a7d943c1625c25345ecc6913a0879c54542d8507c7ec261a29bac1e18a913b9efb46775f259cf48481814515
+Size (R/DEoptimR_1.0-8.tar.gz) = 35401 bytes