1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

p5-Math-Evol implements the evolution search strategy. Derivatives of the

objective function are not required. Constraints can be incorporated. The
caller must supply initial values for the variables and for the initial
step sizes.

WWW:	http://search.cpan.org/dist/Math-Evol/

PR:		ports/135880
Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2009-06-24 20:55:30 +00:00
parent 20c1279842
commit f7ea23d87b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236599
5 changed files with 38 additions and 0 deletions

View File

@ -310,6 +310,7 @@
SUBDIR += p5-Math-ConvexHull
SUBDIR += p5-Math-Currency
SUBDIR += p5-Math-Derivative
SUBDIR += p5-Math-Evol
SUBDIR += p5-Math-Expr
SUBDIR += p5-Math-FFT
SUBDIR += p5-Math-FixedPrecision

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Math-Evol
# Date created: 21 June, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Math-Evol
PORTVERSION= 1.10
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl module implements the evolution search strategy
PERL_CONFIGURE= yes
MAN1= ps_evol.1
MAN3= Math::Evol.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Math-Evol-1.10.tar.gz) = e32e7a7d7f2877dd7cbf1f017ae49fc4
SHA256 (Math-Evol-1.10.tar.gz) = ac2f6631959a3ea74effaa237e9a40e7b7cd175a3a7b974e57da3f9f9e1183d4
SIZE (Math-Evol-1.10.tar.gz) = 21843

View File

@ -0,0 +1,6 @@
p5-Math-Evol implements the evolution search strategy. Derivatives of the
objective function are not required. Constraints can be incorporated. The
caller must supply initial values for the variables and for the initial
step sizes.
WWW: http://search.cpan.org/dist/Math-Evol/

View File

@ -0,0 +1,6 @@
bin/ps_evol
%%SITE_PERL%%/Math/Evol.pm
%%SITE_PERL%%/mach/auto/Math/Evol/.packlist
@dirrmtry %%SITE_PERL%%/Math
@dirrm %%SITE_PERL%%/mach/auto/Math/Evol
@dirrmtry %%SITE_PERL%%/mach/auto/Math