mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-15 09:21:55 +00:00
18 lines
520 B
C
18 lines
520 B
C
|
// Copyright (C) 1999-2000 Id Software, Inc.
|
||
|
//
|
||
|
|
||
|
/*****************************************************************************
|
||
|
* name: be_ai_gen.h
|
||
|
*
|
||
|
* desc: genetic selection
|
||
|
*
|
||
|
* $Archive: /StarTrek/Code-DM/game/be_ai_gen.h $
|
||
|
* $Author: Jmonroe $
|
||
|
* $Revision: 1 $
|
||
|
* $Modtime: 1/21/00 10:12p $
|
||
|
* $Date: 1/25/00 6:27p $
|
||
|
*
|
||
|
*****************************************************************************/
|
||
|
|
||
|
int GeneticParentsAndChildSelection(int numranks, float *ranks, int *parent1, int *parent2, int *child);
|