File: optimpack.info

package info (click to toggle)
yorick-optimpack 1.4.0~pre1%2Bdfsg-1~exp0
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 776 kB
  • sloc: ansic: 3,563; makefile: 302
file content (27 lines) | stat: -rw-r--r-- 923 bytes parent folder | download
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
26
27
Package: optimpack
Kind: plugin
Version: 1.4.0~pre1
Description: optimization of large scale problems
License: GPL
Author: Eric Thiebault
Maintainer: Thibaut Paumard <paumard@users.sourceforge.net>
OS: 
Depends: yorick(>=1.6.02)
Homepage: http://www-obs.univ-lyon1.fr/labo/perso/eric.thiebaut/optimpack.html
DescDetail: <<
DESCRIPTION
-----------

  OptimPack is a portable C library which implements algorithms for
  optimization of large scale problems with bound constraints. Large
  scale means some million variables (e.g. pixel values) or more.
  
  The most important algorithm is VMLM-B: a variable metric method with
  limited memory requirements and, possibly, bound constraints on the
  parameters. The algorithm is based on limited memory BFGS updates
  with Mor & Thuente inexact line search and gradient projection to
  account for bounds.
  
  This package contains a Yorick plug-in based on OptimPack.

<<