Update doc
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2406 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
86d964ec1c
commit
e35bfe5de4
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue