PostgreSQL Source Code git master
Loading...
Searching...
No Matches
geqo_selection.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * geqo_selection.h
4 * prototypes for selection routines in optimizer/geqo
5 *
6 * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
8 *
9 * src/include/optimizer/geqo_selection.h
10 *
11 *-------------------------------------------------------------------------
12 */
13
14/*
15 * contributed by:
16 * =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
17 * * Martin Utesch * Institute of Automatic Control *
18 * = = University of Mining and Technology =
19 * * utesch@aut.tu-freiberg.de * Freiberg, Germany *
20 * =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
21 */
22
23
24#ifndef GEQO_SELECTION_H
25#define GEQO_SELECTION_H
26
27#include "optimizer/geqo.h"
28
29
32 Pool *pool, double bias);
33
34#endif /* GEQO_SELECTION_H */
void geqo_selection(PlannerInfo *root, Chromosome *momma, Chromosome *daddy, Pool *pool, double bias)
static int fb(int x)
tree ctl root
Definition radixtree.h:1857