packages feed

sgd-0.2.3: sgd.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 22ab2f64f9a599a15e88a4b7908141136d4cb9cbea758970534f7f6146408b8b

name:           sgd
version:        0.2.3
synopsis:       Stochastic gradient descent
description:    Please see the README on GitHub at <https://github.com/kawu/sgd#readme>
category:       Math, Algorithms
homepage:       https://github.com/kawu/sgd#readme
bug-reports:    https://github.com/kawu/sgd/issues
author:         Jakub Waszczuk
maintainer:     waszczuk.kuba@gmail.com
copyright:      2012-2019 IPI PAN, Jakub Waszczuk
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/kawu/sgd

library
  exposed-modules:
      Numeric.SGD
      Numeric.SGD.Grad
      Numeric.SGD.LogSigned
  other-modules:
      Paths_sgd
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , containers >=0.5 && <0.7
    , deepseq
    , logfloat
    , monad-par
    , primitive
    , random
    , vector
  default-language: Haskell2010