mirror of
https://github.com/UberGames/EF2GameSource.git
synced 2025-03-01 14:30:59 +00:00
18 lines
514 B
C
18 lines
514 B
C
|
// Copyright (C) 1999-2000 Id Software, Inc.
|
||
|
//
|
||
|
|
||
|
/*****************************************************************************
|
||
|
* name: be_ai_gen.h
|
||
|
*
|
||
|
* desc: genetic selection
|
||
|
*
|
||
|
* $Archive: /Code/DLLs/game/be_ai_gen.h $
|
||
|
* $Author: Jwaters $
|
||
|
* $Revision: 1 $
|
||
|
* $Modtime: 5/17/02 11:35a $
|
||
|
* $Date: 7/31/02 10:45a $
|
||
|
*
|
||
|
*****************************************************************************/
|
||
|
|
||
|
int GeneticParentsAndChildSelection(int numranks, float *ranks, int *parent1, int *parent2, int *child);
|