From: <sla...@us...> - 2012-03-24 16:32:31
|
Revision: 10025 http://octave.svn.sourceforge.net/octave/?rev=10025&view=rev Author: slackydeb Date: 2012-03-24 16:32:25 +0000 (Sat, 24 Mar 2012) Log Message: ----------- ga: remove TODO comment in ga It looks like there are no more conflicting optimization parameters to consider at the moment. 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-24 16:31:18 UTC (rev 10024) +++ trunk/octave-forge/main/ga/inst/ga.m 2012-03-24 16:32:25 UTC (rev 10025) @@ -289,7 +289,6 @@ %! bad_options = gaoptimset ("InitialPopulation", zeros (ip, nvars), %! "InitialScores", zeros (ip + 1, 1)); %! x = ga (f, nvars, [], [], [], [], [], [], @nonlcon, bad_options); -# TODO # TODO: structure/add tests below This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |