2012-08-04 10:54:37 +00:00
|
|
|
// 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 $
|
|
|
|
*
|
|
|
|
*****************************************************************************/
|
|
|
|
|
2013-09-03 21:01:15 +00:00
|
|
|
#ifndef BE_AI_GEN_H_
|
|
|
|
#define BE_AU_GEN_H_
|
|
|
|
|
2012-08-04 10:54:37 +00:00
|
|
|
int GeneticParentsAndChildSelection(int numranks, float *ranks, int *parent1, int *parent2, int *child);
|
2013-09-03 21:01:15 +00:00
|
|
|
|
|
|
|
#endif /* BE_AU_GEN_H_ */
|