update moIndexedVectorTabuList
This commit is contained in:
parent
191aa1c872
commit
fa03cd7efe
2 changed files with 29 additions and 4 deletions
|
|
@ -70,7 +70,7 @@ public:
|
|||
bool res = false;
|
||||
|
||||
if (rndPerturb)
|
||||
nbPerturbation = nbPerturbationMin + rng.random(nbPerturbationMax);
|
||||
nbPerturbation = nbPerturbationMin + rng.random(nbPerturbationMax - nbPerturbationMin);
|
||||
|
||||
for(unsigned int i = 0; i < nbPerturbation; i++)
|
||||
res = monOp(_solution) || res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue