Menu

SVN archive Commit Log


Commit Date  
[r182] by bugman

Backported the 1.0.11 tag CHANGES file to trunk.

The command used was:
svn merge -r180:181 svn+ssh://bugman@.../svn/minfx/tags/1.0.11 .

2014-09-23 07:42:57 Tree
[r181] by bugman

Updated the CHANGES file for minfx version 1.0.11.

2014-09-23 07:41:09 Tree
[r180] by bugman

Minfx version 1.0.11.

This is a major feature release. Finally infinite target function values are handled. When
infinite values are encountered, the main optimisation loop is terminated. This also occurs in the
main outer loop of the Method of Multipliers and log-barrier constraint algorithms. This
termination condition prevents optimisation from continuing forever.

2014-09-23 07:38:07 Tree
[r179] by bugman

Missing import of numpy.inf used to terminate optimisation when infinite function values occur.

This should have been part of r177.

2014-09-18 13:48:14 Tree
[r178] by bugman

Added a check for an infinite target function value to the logarithmic barrier main loop.

The check in the optimisation main loop for infinite values is not sufficient for stopping the
constraint algorithms. The log-barrier constraint algorithm will continue forever even if the
optimisation sub loop terminates.

2014-09-11 18:38:38 Tree
[r177] by bugman

Added a check for an infinite target function value to the Method of Multiplers main loop.

The check in the optimisation main loop for infinite values is not sufficient for stopping the
constraint algorithms. The Augmented Lagrangian or Method of Multiplers algorithm will continue
forever even if the optimisation sub loop terminates.

2014-09-11 18:37:54 Tree
[r176] by bugman

Added a check for an infinite target function value to the main optimisation loop.

This is to prevent the problem that certain optimisation algorithms will continue indefinitely when
infinite target function values are encountered.

2014-09-11 18:35:10 Tree
[r175] by bugman

Updated the API documentation for minfx 1.0.10.

2014-09-01 15:46:22 Tree
[r174] by bugman

Updated the version numbers to 1.0.10.

2014-09-01 15:43:39 Tree
[r173] by bugman

Backported the 1.0.10 tag CHANGES file to trunk.

The command used was:
svn merge -r171:172 svn+ssh://bugman@.../svn/minfx/tags/1.0.10 .

2014-09-01 15:43:11 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.