Augmented Lagrangian Adaptive Barrier Minimization Algorithm (ALABAMA) for optimizing smooth nonlinear objective functions in R with constraints. WWW: https://cran.r-project.org/web/packages/alabama/ Reviewed by: mat, imp (previous revision) Differential Revision: https://reviews.freebsd.org/D22675
20 lines
409 B
Makefile
20 lines
409 B
Makefile
# Created by: Devin Teske <dteske@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= alabama
|
|
DISTVERSION= 2015.3-1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= dteske@FreeBSD.org
|
|
COMMENT= Constrained Nonlinear Optimization
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
CRAN_DEPENDS= R-cran-numDeriv>0:math/R-cran-numDeriv
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|