From: <sla...@us...> - 2012-03-23 01:57:52
|
Revision: 10009 http://octave.svn.sourceforge.net/octave/?rev=10009&view=rev Author: slackydeb Date: 2012-03-23 01:57:46 +0000 (Fri, 23 Mar 2012) Log Message: ----------- ga: improve comment in ga Modified Paths: -------------- trunk/octave-forge/main/ga/inst/ga.m Modified: trunk/octave-forge/main/ga/inst/ga.m =================================================================== --- trunk/octave-forge/main/ga/inst/ga.m 2012-03-23 01:57:33 UTC (rev 10008) +++ trunk/octave-forge/main/ga/inst/ga.m 2012-03-23 01:57:46 UTC (rev 10009) @@ -157,7 +157,7 @@ %! "options", gaoptimset ()); %! x = ga (problem); -## number of nvars +## flawless execution with any nvars %!test %! nvars = 1; %! x = ga (@(x) x(1, 1) ** 2, nvars); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |