// Copyright (C) 2001-2002 Raven Software // /***************************************************************************** * name: be_ai_gen.h * * desc: genetic selection * * $Archive: /source/code/botlib/be_ai_gen.h $ * $Author: Mrelusive $ * $Revision: 2 $ * $Modtime: 10/05/99 3:32p $ * $Date: 10/05/99 3:42p $ * *****************************************************************************/ int GeneticParentsAndChildSelection(int numranks, float *ranks, int *parent1, int *parent2, int *child);