unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Wiktor Żelazny" <wz@freeshell.de>
To: 45553@debbugs.gnu.org
Subject: [bug#45553] [PATCH 2/3] gnu: Add r-bbotk.
Date: Wed, 30 Dec 2020 14:38:40 +0100	[thread overview]
Message-ID: <20201230133841.7645-2-wz@freeshell.de> (raw)
In-Reply-To: <20201230133841.7645-1-wz@freeshell.de>

* gnu/packages/cran.scm (r-bbotk): New variable.
---
 gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 362978c2a3..a31e08fce5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25519,3 +25519,31 @@ but is not limited to: (penalized) linear and logistic regression, linear and
 quadratic discriminant analysis, k-nearest neighbors, naive Bayes, support
 vector machines, and gradient boosting.")
     (license license:lgpl3)))
+
+(define-public r-bbotk
+  (package
+    (name "r-bbotk")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "bbotk" version))
+       (sha256
+        (base32
+         "06iz6gyymcxkbjiw049v1dk3vjfni646z247q08i2s0x59sqfqxv"))))
+    (properties `((upstream-name . "bbotk")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-checkmate" ,r-checkmate)
+       ("r-data-table" ,r-data-table)
+       ("r-lgr" ,r-lgr)
+       ("r-mlr3misc" ,r-mlr3misc)
+       ("r-paradox" ,r-paradox)
+       ("r-r6" ,r-r6)))
+    (home-page "https://bbotk.mlr-org.com")
+    (synopsis "Black-Box Optimization Toolkit")
+    (description "This package provides a common framework for optimization of
+black-box functions for other packages, e.g. @code{mlr3}.  It offers various
+optimization methods e.g. grid search, random search and generalized simulated
+annealing.")
+    (license license:lgpl3)))
-- 
2.29.2





  reply	other threads:[~2020-12-30 13:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-30 13:35 [bug#45553] [PATCH 0/3] Add r-mlr3 add-ons Wiktor Żelazny
2020-12-30 13:38 ` [bug#45553] [PATCH 1/3] gnu: Add r-mlr3learners Wiktor Żelazny
2020-12-30 13:38   ` Wiktor Żelazny [this message]
2020-12-30 13:38   ` [bug#45553] [PATCH 3/3] gnu: Add r-mlr3tuning Wiktor Żelazny
2020-12-30 14:32 ` bug#45553: [PATCH 0/3] Add r-mlr3 add-ons Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201230133841.7645-2-wz@freeshell.de \
    --to=wz@freeshell.de \
    --cc=45553@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).