I m 撰写一幅关于虚拟有机体最佳系列移动的 p子的遗传学算法,它将使其成为2D-格网中最随机替代的食物。 它没有情报;它只是在环绕圈或广场移动。 我为生物体所居住的环境创建2D阵列的守则就是:
grid = ([])
for i in range(5):
grid[i]=0
for j in range(5):
grid[i][j]=0
(board[4][5] means 4,5 in x, y; and the value of board[4][5] is 0 or 1, depending on whether or not the space is occupied. Right now the program is really just assigning a zero-value to each space, indicating no individual is there)
它只是说“从范围外的列表转让指数”。 如何解决这一问题? 这样,谁知道如何为生物创造2D环境?