#include "postgres.h"
#include "optimizer/geqo_copy.h"
Go to the source code of this file.
Functions | |
void | geqo_copy (PlannerInfo *root, Chromosome *chromo1, Chromosome *chromo2, int string_length) |
void geqo_copy | ( | PlannerInfo * | root, | |
Chromosome * | chromo1, | |||
Chromosome * | chromo2, | |||
int | string_length | |||
) |
Definition at line 45 of file geqo_copy.c.
References i, Chromosome::string, and Chromosome::worth.
Referenced by geqo_selection(), and spread_chromo().