I am developing a program for ab initio protein folding using the genetic algorithm. I am creating sets of phi and psi values at random for the required population (as is the first step for GA) but I only wish to make this randomization within allowable ranges. Hence I need a database of all allowable phi psi POINTS with the values. Everywhere I check I find only graphs or the values of the boundaries.
I expect something like:
phi psi
x1 y1
x2 y2
x3 y3
. .
. .