Update doc

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2406 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-09-16 13:23:45 +00:00
commit e35bfe5de4

View file

@ -67,6 +67,7 @@ public:
* Constructor
* @param _length bit string length
* @param _nBits maximum number of bits to flip (radius of the neighborhood)
* @param _sampleSize number of neighbor to sample in the neighborhood
*/
moBitsWithoutReplNeighborhood(unsigned _length, unsigned _nBits, unsigned _sampleSize): moBitsNeighborhood<Neighbor>(_length, _nBits), sampleSize(_sampleSize) {
if (sampleSize > neighborhoodSize || sampleSize == 0)