The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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

Recent changes
==============
0.04
----
1) Minor bug fix in the verbose flag.

0.03
----
1) Added verbose flag.
2) Fixed POD. 
3) Parsed version number from the library in "Makefile.PL".

0.02
----
1) Fixed a minor bug to avoid division by zero
2) Avoided unnecessary loop
3) Re-organized the file organizationk, added test case.

Changes/Enhancement planned
===========================
None at this stage.