changeset 9830:0bbd71b4d2a8 octave-forge

ga: add TODO comment in ga
author slackydeb
date Fri, 23 Mar 2012 01:59:13 +0000
parents 51a840d455ee
children ba17e4a36037
files main/ga/inst/ga.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/ga/inst/ga.m	Fri Mar 23 01:59:00 2012 +0000
+++ b/main/ga/inst/ga.m	Fri Mar 23 01:59:13 2012 +0000
@@ -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;