[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/57: gnu: Add julia-optimisers.
From: |
guix-commits |
Subject: |
33/57: gnu: Add julia-optimisers. |
Date: |
Wed, 21 Dec 2022 12:41:24 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit ca8be377a2415070b1a3a5e47ae0347347424f97
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 13 21:12:39 2022 +0200
gnu: Add julia-optimisers.
* gnu/packages/julia-xyz.scm (julia-optimisers): New variable.
---
gnu/packages/julia-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 53612f5a1e..39062f5971 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4083,6 +4083,33 @@ doesn't provide any other \"high-level\" functionality
like layers or AD.")
optimization of functions.")
(license license:expat)))
+(define-public julia-optimisers
+ (package
+ (name "julia-optimisers")
+ (version "0.2.13")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/FluxML/Optimisers.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1xs51r365l6r56rpm08kba00nfcl5jlglwy8494w06vbi22ysbq7"))))
+ (build-system julia-build-system)
+ (propagated-inputs
+ (list julia-chainrulescore
+ julia-functors
+ julia-zygote))
+ (native-inputs
+ (list julia-staticarrays
+ julia-zygote))
+ (home-page "https://github.com/FluxML/Optimisers.jl")
+ (synopsis "Optimisers and utilities for learning loops")
+ (description "@code{Optimisers.jl} defines many standard gradient-based
+optimisation rules, and tools for applying them to deeply nested models.")
+ (license license:expat)))
+
(define-public julia-optimtestproblems
(package
(name "julia-optimtestproblems")
- 50/57: gnu: julia-bandedmatrices: Update to 0.17.9., (continued)
- 50/57: gnu: julia-bandedmatrices: Update to 0.17.9., guix-commits, 2022/12/21
- 52/57: gnu: julia-ellipsisnotation: Update to 1.6.0., guix-commits, 2022/12/21
- 31/57: gnu: Add julia-realdot., guix-commits, 2022/12/21
- 32/57: gnu: julia-chainrules: Update to 1.35.0., guix-commits, 2022/12/21
- 36/57: gnu: julia-lazyarrays: Update to 0.22.16., guix-commits, 2022/12/21
- 38/57: gnu: julia-interpolations: Update to 0.13.6., guix-commits, 2022/12/21
- 39/57: gnu: julia-requires: Update to 1.3.0., guix-commits, 2022/12/21
- 42/57: gnu: julia-plotutils: Update to 1.2.0., guix-commits, 2022/12/21
- 43/57: gnu: julia-indexablebitvectors: Limit to 64-bit systems., guix-commits, 2022/12/21
- 51/57: gnu: julia-blockbandedmatrices: Update to 0.11.9., guix-commits, 2022/12/21
- 33/57: gnu: Add julia-optimisers.,
guix-commits <=
- 47/57: gnu: julia-matrixfactorizations: Update to 0.9.3., guix-commits, 2022/12/21
- 40/57: gnu: julia-colors: Update to 0.12.9., guix-commits, 2022/12/21
- 45/57: gnu: julia-scanbyte: Update to 0.3.2., guix-commits, 2022/12/21
- 12/57: gnu: julia-logexpfunctions: Update to 0.3.17., guix-commits, 2022/12/21
- 17/57: gnu: Add julia-shiftedarrays., guix-commits, 2022/12/21
- 18/57: gnu: julia-invertedindices: Update to 1.1.0., guix-commits, 2022/12/21
- 24/57: gnu: julia-reversediff: Update to 1.14.4., guix-commits, 2022/12/21
- 29/57: gnu: julia-chainrulescore: Update to 1.12.2., guix-commits, 2022/12/21
- 46/57: gnu: julia-scanbyte: Limit to x86_64-linux., guix-commits, 2022/12/21
- 48/57: gnu: Add julia-static-0.6., guix-commits, 2022/12/21