Menu

SVN archive Commit Log


Commit Date  
[r158] by bugman

Updated the CHANGES file for minfx version 1.0.8.

2014-07-14 08:57:56 Tree
[r157] by bugman

Minfx version 1.0.8.

This is a major feature and bugfix release which includes major fixes for the
minfx.grid.grid_split() function when constraints are supplied and the addition of the new minfx.grid.grid_split_array() function.

2014-07-14 08:53:20 Tree
[r156] by bugman

Backported the 1.0.7 tag CHANGES file to trunk.

The command used was:
svn merge -r144:145 svn+ssh://bugman@.../svn/minfx/tags/1.0.7 .

2014-07-14 08:50:25 Tree
[r155] by bugman

Formatting improvements for the printouts from the minfx.grid.grid_search*() functions.

2014-07-11 15:14:36 Tree
[r154] by bugman

Modified the printouts from the minfx.grid.grid_search*() functions.

These are only activated when the number of divisions is greater than 1. This allows the functions
to be called by code which performs a grid search on either a single processor or multiple processor
system.

2014-07-11 15:01:09 Tree
[r153] by bugman

Better spacing for the printouts from the minfx.grid.grid_split*() functions.

2014-07-11 14:44:24 Tree
[r152] by bugman

The grid module grid_split() and grid_split_array() are now more verbose.

If the verbosity flag is set, these functions now report that the grid points are being split up and
also the statistics of the total number of points, number of divisions, and the size of each
subdivision.

2014-07-11 14:40:41 Tree
[r151] by bugman

Turned down the verbosity level to zero in the new minfx.grid.grid_split_array() function.

This was accidentally left on a debugging level of 10.

2014-07-11 13:27:37 Tree
[r150] by bugman

Created the minfx.grid.grid_split_array() function.

This is similar to the minfx.grid.grid_split() but it instead works with the output of the
minfx.grid.grid_point_array() function, i.e. it accepts a list of grid points instead of generating
the points itself. The function is used to split up a grid search into equal parts for use in
parallelisation.

2014-07-11 08:37:44 Tree
[r149] by bugman

More fixes for fatal problems with the minfx.grid.grid_split() function.

The verbosity and print_prefix variables were not included in the keyword arguments, hence if
constraints were supplied this function would raise an error. These have now been added.

2014-07-11 07:53:30 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.