00001 // Copyright (C) 1999-2000 Id Software, Inc. 00002 // 00003 00004 /***************************************************************************** 00005 * name: be_ai_gen.h 00006 * 00007 * desc: genetic selection 00008 * 00009 * $Archive: /source/code/botlib/be_ai_gen.h $ 00010 * $Author: osman $ 00011 * $Revision: 1.4 $ 00012 * $Modtime: 10/05/99 3:32p $ 00013 * $Date: 2003/03/15 23:44:00 $ 00014 * 00015 *****************************************************************************/ 00016 00017 int GeneticParentsAndChildSelection(int numranks, float *ranks, int *parent1, int *parent2, int *child);