Commit | Date | |
---|---|---|
[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 |
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 |
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 |
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 |
2009-09-22 16:18:01 | Tree |