From eaf5ea0111a9a27b8e0d6a8521b45e568592ef17 Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 3 Dec 2001 06:59:17 +0000 Subject: [PATCH] Added links to some examples in the comments --- eo/src/utils/eoHowMany.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/eo/src/utils/eoHowMany.h b/eo/src/utils/eoHowMany.h index e2c4bdf0..e0b24e56 100644 --- a/eo/src/utils/eoHowMany.h +++ b/eo/src/utils/eoHowMany.h @@ -1,7 +1,7 @@ // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- //----------------------------------------------------------------------------- -// eoMerge.h +// eoHowMany_h.h // Base class for choosing a number of guys to apply something from a popsize // (c) Marc Schoenauer, 2000 /* @@ -33,8 +33,13 @@ * the default value shoudl ALWAYS be true (eo_as_a_rate). * * this construct is mandatory because in some cases you might not know the - * population size that will enter the replacement for instance - so you - * cannot simply have a pre-computed (double) rate of 1/popSize if you want 1 guy + * population size that will enter the replacement. For instance, you + * cannot simply have a pre-computed (double) rate of 1/popSize + * if you want 1 guy + * + * Example use: in eoGeneralBreeder.h + * Example reading from parser: in + * do/make_algo_scalar.h line 141 */ class eoHowMany : public eoPersistent