A genetic algorithm plus derivative optimizer.

WWW: http://sekhon.berkeley.edu/rgenoud/
This commit is contained in:
Wen Heping 2017-04-25 07:10:04 +00:00
parent b614751c1e
commit 5a66879476
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439361
4 changed files with 24 additions and 0 deletions

View file

@ -61,6 +61,7 @@
SUBDIR += R-cran-psych
SUBDIR += R-cran-quadprog
SUBDIR += R-cran-quantreg
SUBDIR += R-cran-rgenoud
SUBDIR += R-cran-sandwich
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp

View file

@ -0,0 +1,17 @@
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= rgenoud
DISTVERSION= 5.7-12.4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= R Version of GENetic Optimization Using Derivatives
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1493102892
SHA256 (rgenoud_5.7-12.4.tar.gz) = 96cc56cc1c9f21d1bbf9ad5682ebf0c8e1456751c3a22d5b96ef75ed4e12c0a7
SIZE (rgenoud_5.7-12.4.tar.gz) = 728226

View file

@ -0,0 +1,3 @@
A genetic algorithm plus derivative optimizer.
WWW: http://sekhon.berkeley.edu/rgenoud/