From: <sla...@us...> - 2012-03-15 02:24:31
|
Revision: 9900 http://octave.svn.sourceforge.net/octave/?rev=9900&view=rev Author: slackydeb Date: 2012-03-15 02:24:25 +0000 (Thu, 15 Mar 2012) Log Message: ----------- ga: update NEWS and INDEX Modified Paths: -------------- trunk/octave-forge/main/ga/INDEX trunk/octave-forge/main/ga/NEWS Modified: trunk/octave-forge/main/ga/INDEX =================================================================== --- trunk/octave-forge/main/ga/INDEX 2012-03-15 02:24:13 UTC (rev 9899) +++ trunk/octave-forge/main/ga/INDEX 2012-03-15 02:24:25 UTC (rev 9900) @@ -19,4 +19,7 @@ mutationgaussian Utility - rastriginsfcn \ No newline at end of file + rastriginsfcn + +Miscellaneous + test_ga Modified: trunk/octave-forge/main/ga/NEWS =================================================================== --- trunk/octave-forge/main/ga/NEWS 2012-03-15 02:24:13 UTC (rev 9899) +++ trunk/octave-forge/main/ga/NEWS 2012-03-15 02:24:25 UTC (rev 9900) @@ -8,3 +8,11 @@ Octave version 3.4.0 (or better). The "communications" package was used only for its "randint" function; now the "randi" function, introduced on Octave 3.4.0, is used instead. + +** Reorganize the unit test suite. All available tests can be + executed by running "test_ga". Fix bug #3287917 (Debian bug + #622929). + +** Rename the package from "Genetic Algorithm and Direct Search" to + "Genetic Algorithm" as only the Genetic Algorithm is implemented. + Direct Search will not be implemented in the foreseeable future. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |