(c) 1997 Scott Kurowski

NOTE: To manipulate the binary genomes of the GA population I developed a MathCAD extension module to equip it with bitwise binary operator functions { shl_, shr_, not_, and_, or_, xor_, dHam_, set_, test_ } . MathCAD 6.0 uses 32-bit integers and double precision floats. Click here for the code for my bitwise binary operators module.