public class Individual { int row, col; char condition; int neighbors; }