| Algorithm 1. Heuristic DNA property selection. |
|
Input: Universal set Output: Optimized property set S |
| 1. 2. is the accuracy corresponding to S 3. while do 4. for each property do 5. generating a candidate set 6. calculating 7. end for 8. 9. if do 10. 11. 12. else 13. break while 14. end if 15. end while 16. return S |