forgeting multiOps
This commit is contained in:
parent
bf33704610
commit
06dab1f914
2 changed files with 3 additions and 0 deletions
|
|
@ -19,3 +19,4 @@ t-eoRandom
|
||||||
t-eoCheckpointing
|
t-eoCheckpointing
|
||||||
t-eoVector
|
t-eoVector
|
||||||
t-eoAtomOps
|
t-eoAtomOps
|
||||||
|
t-selectOne
|
||||||
|
|
|
||||||
|
|
@ -131,6 +131,7 @@ main()
|
||||||
<< chrom << " " << chrom2 << endl;
|
<< chrom << " " << chrom2 << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
// Check multiOps
|
// Check multiOps
|
||||||
eoMultiMonOp<Chrom> mOp( &next );
|
eoMultiMonOp<Chrom> mOp( &next );
|
||||||
mOp.adOp( &bitflip );
|
mOp.adOp( &bitflip );
|
||||||
|
|
@ -144,6 +145,7 @@ main()
|
||||||
cout << "before multiBinOp............ " << chrom << " " << chrom2 << endl;
|
cout << "before multiBinOp............ " << chrom << " " << chrom2 << endl;
|
||||||
mbOp( chrom, chrom2 );
|
mbOp( chrom, chrom2 );
|
||||||
cout << "after multiBinOp .............. " << chrom << " " << chrom2 <<endl;
|
cout << "after multiBinOp .............. " << chrom << " " << chrom2 <<endl;
|
||||||
|
*/
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue