From: <sla...@us...> - 2012-03-15 02:24:19
|
Revision: 9899 http://octave.svn.sourceforge.net/octave/?rev=9899&view=rev Author: slackydeb Date: 2012-03-15 02:24:13 +0000 (Thu, 15 Mar 2012) Log Message: ----------- ga: remove "Direct Search" from the title of the package 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. Modified Paths: -------------- trunk/octave-forge/main/ga/DESCRIPTION Modified: trunk/octave-forge/main/ga/DESCRIPTION =================================================================== --- trunk/octave-forge/main/ga/DESCRIPTION 2012-03-15 02:24:02 UTC (rev 9898) +++ trunk/octave-forge/main/ga/DESCRIPTION 2012-03-15 02:24:13 UTC (rev 9899) @@ -1,9 +1,9 @@ Name: ga Version: 0.9.9 -Date: 2012-03-13 +Date: 2012-03-15 Author: Luca Favatella <sla...@gm...> Maintainer: Luca Favatella <sla...@gm...> -Title: Genetic Algorithm and Direct Search +Title: Genetic Algorithm Description: Genetic optimization code Categories: Optimization Depends: octave (>= 3.4.0) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |