missing function in moBitsNeighborhood.h
This commit is contained in:
parent
c5e5af64d0
commit
b6b5cd6e2f
1 changed files with 110 additions and 102 deletions
|
|
@ -110,6 +110,14 @@ public:
|
||||||
return "moBitsNeighborhood";
|
return "moBitsNeighborhood";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The neighborhood is random here
|
||||||
|
* @return true, since the neighborhood is random
|
||||||
|
*/
|
||||||
|
bool isRandom() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// length of the bit strings
|
// length of the bit strings
|
||||||
unsigned int length;
|
unsigned int length;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue