nonlinear-optimization-backprop: Wrapper of nonlinear-optimization package for using with backprop package

[ algorithms, gpl, library, math, optimisation, optimization ] [ Propose Tags ]

This package enhances nonlinear-optimization's usability by using backprop's automatic differentiation. You only need to specify a function to minimize and don't need to specify its gradient explicitly.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
buildsampleprograms

build sample programs

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.4
Change log CHANGELOG.markdown
Dependencies backprop, base (>=4.9 && <5), bytestring, cassava, mono-traversable, mtl, nonlinear-optimization (>=0.3.7 && <0.4), nonlinear-optimization-backprop, primitive, reflection, vector (>=0.5 && <0.14), vinyl (<0.12.0) [details]
License GPL-3.0-only
Copyright (c) 2020 Masahiro Sakai
Author Masahiro Sakai (masahiro.sakai@gmail.com)
Maintainer masahiro.sakai@gmail.com
Revised Revision 1 made by MasahiroSakai at 2022-08-20T14:40:29Z
Category Math, Algorithms, Optimisation, Optimization
Home page https://github.com/msakai/nonlinear-optimization-ad
Bug tracker https://github.com/msakai/nonlinear-optimization-ad/issues
Source repo head: git clone git://github.com/msakai/nonlinear-optimization-ad.git
Uploaded by MasahiroSakai at 2020-02-29T16:02:31Z
Distributions
Executables LinearRegression
Downloads 298 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-02-29 [all 1 reports]

Readme for nonlinear-optimization-backprop-0.2.4

[back to package description]

nonlinear-optimization-backprop

Build Status Hackage Hackage Deps License: GPL v3

Wrapper of nonlinear-optimization package for using with backprop package.