-
Notifications
You must be signed in to change notification settings - Fork 2
/
Probnet.cabal
25 lines (23 loc) · 1.23 KB
/
Probnet.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
-- Initial Probnet.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Probnet
version: 0.1.0.2
synopsis: Geometric Extrapolation of Integer Sequences with error prediction
description: Solves thousands of oeis.org math functions just in one, Probnet . A new way to calculate and predict results from the data source without knowing the function who composes a data set. Aplications in math, AI, infromation compresion when the data source follows math patterns. Describe the 100 % accuracy functions in 3 fraction parameters and 1 parameter for the index.
homepage: https://github.com/pedroelbanquero/geometric-extrapolation
license: MIT
license-file: LICENSE
author: Vicent Nos
maintainer: [email protected],[email protected]
copyright: Cobalt Technologies S.A
category: Math, AI
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
library
exposed-modules: Probnet
-- other-modules:
-- other-extensions:
build-depends: base >=4.11 && <=4.15
hs-source-dirs: ./
default-language: Haskell2010