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:
parent
20c1279842
commit
f7ea23d87b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236599
@ -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
|
||||
|
22
math/p5-Math-Evol/Makefile
Normal file
22
math/p5-Math-Evol/Makefile
Normal 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>
|
3
math/p5-Math-Evol/distinfo
Normal file
3
math/p5-Math-Evol/distinfo
Normal 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
|
6
math/p5-Math-Evol/pkg-descr
Normal file
6
math/p5-Math-Evol/pkg-descr
Normal 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/
|
6
math/p5-Math-Evol/pkg-plist
Normal file
6
math/p5-Math-Evol/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user