File: README

package info (click to toggle)
libmath-amoeba-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 183; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (2)
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
28
Description
===========
This module provides numerical optimization by Downhill Simplex method.

Copyright
=========
Copyright (c) 1995 John A.R. Williams. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

Since 2005, this module was co-developed with Tom.

Prerequisites
=============
1) strict
2) constant
3) Carp

Build and install
=================
perl Makefile.PL
make
make test
make install

Changes/Enhancement planned
===========================
See "ChangeLog".