From: <sla...@us...> - 2012-03-23 01:59:19
|
Revision: 10016 http://octave.svn.sourceforge.net/octave/?rev=10016&view=rev Author: slackydeb Date: 2012-03-23 01:59:13 +0000 (Fri, 23 Mar 2012) Log Message: ----------- ga: add TODO 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:59:00 UTC (rev 10015) +++ trunk/octave-forge/main/ga/inst/ga.m 2012-03-23 01:59:13 UTC (rev 10016) @@ -229,6 +229,7 @@ %! x = ga (f, nvars, [], [], [], [], [], [], @nonlcon, options); ## error with conflicting optimization parameters +# TODO: Elite count cannot be greater than the population size %!shared f, nvars %! f = @rastriginsfcn; %! nvars = 2; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |