mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
A genetic algorithm plus derivative optimizer.
WWW: http://sekhon.berkeley.edu/rgenoud/
This commit is contained in:
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
|
@ -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
|
||||
|
|
17
math/R-cran-rgenoud/Makefile
Normal file
17
math/R-cran-rgenoud/Makefile
Normal 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>
|
3
math/R-cran-rgenoud/distinfo
Normal file
3
math/R-cran-rgenoud/distinfo
Normal 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
|
3
math/R-cran-rgenoud/pkg-descr
Normal file
3
math/R-cran-rgenoud/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A genetic algorithm plus derivative optimizer.
|
||||
|
||||
WWW: http://sekhon.berkeley.edu/rgenoud/
|
Loading…
Add table
Reference in a new issue