GNU bug report logs -
#54303
[PATCH 0/6] Some bioinfo R packages.
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Tue, 8 Mar 2022 19:04:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/cran.scm (r-ga): New variable.
---
gnu/packages/cran.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cd19de60b3..1fd57fb22c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1216,6 +1216,42 @@ (define-public r-ellipsis
are not used.")
(license license:gpl3)))
+(define-public r-ga
+ (package
+ (name "r-ga")
+ (version "3.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "GA" version))
+ (sha256
+ (base32 "135z03lnbj44jihnk6dii5a684jmc666ncpdwyyi910vl4sccib2"))))
+ (properties `((upstream-name . "GA")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-cli
+ r-crayon
+ r-foreach
+ r-iterators
+ r-rcpp
+ r-rcpparmadillo))
+ (native-inputs
+ (list r-knitr))
+ (home-page "https://luca-scr.github.io/GA/")
+ (synopsis "Genetic algorithms for stochastic optimisation")
+ (description
+ "Flexible general-purpose toolbox implementing genetic algorithms (GAs)
+for stochastic optimisation. Binary, real-valued, and permutation
+representations are available to optimize a fitness function, i.e., a function
+provided by users depending on their objective function. Several genetic
+operators are available and can be combined to explore the best settings for
+the current task. Furthermore, users can define new genetic operators and
+easily evaluate their performances. Local search using general-purpose
+optimisation algorithms can be applied stochastically to exploit interesting
+regions. GAs can be run sequentially or in parallel, using an explicit
+master-slave parallelisation or a coarse-grain islands approach.")
+ (license license:gpl2+)))
+
(define-public r-grr
(package
(name "r-grr")
--
2.34.0
This bug report was last modified 3 years and 64 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.