Menu

SVN archive Commit Log


Commit Date  
[r105] by bugman

Regularised the printout of iteration information by the new base_classes.print_iter() function.

This prints out the print prefix, the iteration number, the parameter array, and function value.
All algorithms now use this function.

2013-03-01 17:12:37 Tree
[r104] by bugman

Created an implementation of the logarithmic barrier augmented function optimisation algorithm.

2013-03-01 16:36:18 Tree
[r103] by bugman

The function convergence test now no longer requires a gradient value.

This argument is now a keyword defaulting to None, as it is not used by the func_test() method, but
may still be passed in.

2013-03-01 16:35:15 Tree
[r102] by bugman

Added a HTML file to activate the Google Webmaster Tools.

2013-02-05 11:26:10 Tree
[r101] by bugman

Added the minfx API documentation as the initial homepage at http://home.gna.org/minfx.

2013-02-04 15:02:52 Tree
[r100] by bugman

Added a script for creating API documentation using Epydoc.

2013-02-04 15:01:09 Tree
[r99] by bugman

Added module and package docstrings throughout the minfx sources.

The URL https://gna.org/projects/minfx/ has also been added to all copyright notices and
module/package docstrings using Epydoc formatting.

2013-02-04 14:54:45 Tree
[r98] by bugman

Python 3 import fix - the relative module path is needed.

2012-10-02 14:34:48 Tree
[r97] by bugman

Missing import of the sys module.

2012-10-02 08:38:26 Tree
[r96] by bugman

Python 3 preparations - mass replacement of all xrange() calls with range().

This may have to be reverted due to memory issues on Python 2.

2012-10-02 08:21:40 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.