PostgreSQL Source Code git master
|
#include "optimizer/geqo.h"
Go to the source code of this file.
Functions | |
void | geqo_selection (PlannerInfo *root, Chromosome *momma, Chromosome *daddy, Pool *pool, double bias) |
void geqo_selection | ( | PlannerInfo * | root, |
Chromosome * | momma, | ||
Chromosome * | daddy, | ||
Pool * | pool, | ||
double | bias | ||
) |
Definition at line 54 of file geqo_selection.c.
References Pool::data, geqo_copy(), linear_rand(), root, Pool::size, and Pool::string_length.
Referenced by geqo().