Menu

SVN archive Commit Log


Commit Date  
[r73] by bugman

Updated the release checklist for the new freshmeat layout.

2010-07-26 09:34:54 Tree
[r72] by bugman

Made the scipy SA annealing import optional.

This allows minfx to be used without installing scipy.

2010-07-26 09:34:17 Tree
[r71] by bugman

Incorporated the scipy SA code into the generic interface.

2010-07-22 13:57:32 Tree
[r70] by bugman

Added a package containing a tiny fraction of the scipy (http://www.scipy.org/) package.

This code is distributed under a BSD licence which is included. Currently only the simulated
annealing module scipy.optimize.anneal is included. This packages is temporary until simulated
annealing is directly implemented into minfx.

2010-07-22 13:32:37 Tree
[r69] by bugman

Bug fix for the grid_point_array() function for when the verbosity arg is greater than 2.

The print out was referencing a non-existent data structure.

2010-07-21 12:57:11 Tree
[r68] by bugman

Fix for grid_split() for when the number of divisions is more than the total number of points.

The last divisions are discarded in this case.

2010-02-23 16:40:19 Tree
[r67] by bugman

Added the function grid_point_array() for finding the minimum point in an array of grid points.

This allows for completely non-linear grid searches as each point is arbitrary.

2010-02-22 21:40:09 Tree
[r66] by bugman

Added support for constraints into grid_split().

Points which violate the constraints are now eliminated prior to the grid subdivision.

2010-02-22 21:16:07 Tree
[r65] by bugman

Added the grid_split() generator function.

This takes a linear gird, converts it to a linear array of points, and then splits these returning
each grid subdivision.

2010-02-22 21:04:34 Tree
[r64] by bugman

The optimisation output is more consistent.

The numpy array has been even better formatted.

2009-10-07 18:06:57 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.