PostgreSQL Source Code
git master
|
#include "postgres.h"
#include <math.h>
#include "optimizer/geqo_copy.h"
#include "optimizer/geqo_random.h"
#include "optimizer/geqo_selection.h"
Go to the source code of this file.
Functions | |
static int | linear_rand (PlannerInfo *root, int pool_size, double bias) |
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().
|
static |
Definition at line 88 of file geqo_selection.c.
References geqo_rand(), and root.
Referenced by geqo_selection().