changeset 9714:84e9e09b3e77 octave-forge

ga: update NEWS and INDEX
author slackydeb
date Thu, 15 Mar 2012 02:24:25 +0000
parents abb5a5595993
children e64a80eab168
files main/ga/INDEX main/ga/NEWS
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/ga/INDEX	Thu Mar 15 02:24:13 2012 +0000
+++ b/main/ga/INDEX	Thu Mar 15 02:24:25 2012 +0000
@@ -19,4 +19,7 @@
  mutationgaussian
 
 Utility
- rastriginsfcn
\ No newline at end of file
+ rastriginsfcn
+
+Miscellaneous
+ test_ga
--- a/main/ga/NEWS	Thu Mar 15 02:24:13 2012 +0000
+++ b/main/ga/NEWS	Thu Mar 15 02:24:25 2012 +0000
@@ -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.