Menu

SVN archive Commit Log


Commit Date  
[r148] by bugman

Big bug fix for the minfx.grid.grid_split() function.

This function is used to split a grid search up into equal sized blocks, taking constraints into
account, specifically for the purpose of running each block on a slave in a cluster or thread on a
multi-core system. However the blocks returned were not from the grid points trimmed after checking
constraints, but rather the original non-constrained points. Hence if constraints eliminated
points, those points might be used but points at the end of the grid would be dropped instead.

2014-07-11 07:31:32 Tree
[r147] by bugman

Updated the minfx homepage http://home.gna.org/minfx/ to version 1.0.6.

2014-06-17 14:55:09 Tree
[r146] by bugman

Updated the version number to 1.0.7.

2014-06-17 14:51:27 Tree
[r145] by bugman

Updated the CHANGES file for minfx 1.0.7.

2014-06-17 14:50:48 Tree
[r144] by bugman

Minfx version 1.0.7.

This is a minor feature release which tunes the log barrier iterative constraint algorithm for
better constrained optimisation. The constrained optimisation space is now much less perturbed by
the algorithm.

2014-06-17 14:48:45 Tree
[r143] by bugman

Changed the default initial epsilon0 value for the log barrier constraint algorithm.

The original value of 0.01 was too large, causing the optimisation space to be too severely
perturbed, so the value has been decreased to 1e-5.

2014-06-17 12:28:22 Tree
[r142] by bugman

Updated the API documentation for minfx version 1.0.6.

2014-04-24 11:52:59 Tree
[r141] by bugman

Updated the version numbers to 1.0.6.

2014-04-24 09:21:12 Tree
[r140] by bugman

Backported the 1.0.6 tag CHANGES file to trunk.

The command used was:
svn merge -r138:139 svn+ssh://bugman@.../svn/minfx/tags/1.0.6 .

2014-04-24 09:20:34 Tree
[r139] by bugman

Updated the CHANGES file for minfx 1.0.6.

2014-04-24 09:19:16 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.