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
30
extern
void
geqo_selection
(
PlannerInfo
*
root
,
31
Chromosome
*
momma
,
Chromosome
*
daddy
,
32
Pool
*pool,
double
bias
);
33
34
#endif
/* GEQO_SELECTION_H */
geqo.h
geqo_selection
void geqo_selection(PlannerInfo *root, Chromosome *momma, Chromosome *daddy, Pool *pool, double bias)
Definition
geqo_selection.c:55
fb
static int fb(int x)
Definition
preproc-init.c:92
root
tree ctl root
Definition
radixtree.h:1857
Chromosome
Definition
geqo_gene.h:36
PlannerInfo
Definition
pathnodes.h:303
Pool
Definition
geqo_gene.h:42
src
include
optimizer
geqo_selection.h
Generated on Fri May 22 2026 08:13:16 for PostgreSQL Source Code by
1.9.8