Initial commit.
This commit is contained in:
17
codemp/game/be_ai_gen.h
Normal file
17
codemp/game/be_ai_gen.h
Normal file
@@ -0,0 +1,17 @@
|
||||
// Copyright (C) 1999-2000 Id Software, Inc.
|
||||
//
|
||||
|
||||
/*****************************************************************************
|
||||
* name: be_ai_gen.h
|
||||
*
|
||||
* desc: genetic selection
|
||||
*
|
||||
* $Archive: /source/code/botlib/be_ai_gen.h $
|
||||
* $Author: osman $
|
||||
* $Revision: 1.4 $
|
||||
* $Modtime: 10/05/99 3:32p $
|
||||
* $Date: 2003/03/15 23:44:00 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
int GeneticParentsAndChildSelection(int numranks, float *ranks, int *parent1, int *parent2, int *child);
|
||||
Reference in New Issue
Block a user