Research Article

Mixing Energy Models in Genetic Algorithms for On-Lattice Protein Structure Prediction

Algorithm 3

The pseudocode of exhaustive mutation: mutConf(conf).
(1) mutants.add(conf)
(2) foreach 1 ≤ pos do
(3)   applyOperator(conf,pos)
(4)  mutants.add( )
(5) return  bestConformation(mutants)