Menu

SVN archive Commit Log


Commit Date  
[r30] by bugman

Module rename to avoid clashes with the numpy cholesky module.

2008-04-13 11:48:48 Tree
[r29] by bugman

The test for the Hessian mod being positive definite has been made more explicit.

The LinAlgError is caught rather than all types of error. This test could be significantly
improved.

2008-04-13 10:39:29 Tree
[r28] by bugman

Bug fix for the change to the numpy.sum() function.

In Numeric the axis keyword argument defaults to 0. In numpy it defaults to None!

2008-01-25 10:57:40 Tree
[r27] by bugman

Bug fix for the numpy.average() function.

In Numeric the axis keyword argument defaults to 0. In numpy it defaults to None!

2008-01-25 10:50:48 Tree
[r26] by bugman

Updated the whole project to version 3 of the GNU General Public License (GPL).

See http://www.gnu.org/licenses/.

2008-01-25 09:48:10 Tree
[r25] by semor

Ordered imports alphabetically.

2008-01-22 01:31:18 Tree
[r24] by bugman

Fixes for bugs caused by the conversion from Numeric to numpy.

The problem was with the take function. In Numeric the axis keyword argument defaults to 0. In
numpy it defaults to None. Therefore all calls to take() where the axis argument was not given was
causing bugs.

2008-01-17 11:38:56 Tree
[r23] by bugman

Bug fix for the grid search.

The conversion from Numeric to numpy caused the step_num array to change to an array of floats. It
has been converted back to ints.

2008-01-16 14:29:26 Tree
[r22] by bugman

Converted all modules in the minfx.line_search package from Numeric to numpy.

2008-01-16 14:21:11 Tree
[r21] by bugman

Converted all modules in the minfx.hessian_mods package from Numeric to numpy.

2008-01-16 14:11:56 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.