> There are some minor fixes to the GEQO.
Marc G. Fournier <scrappy@hub.org>
> There are some minor fixes to the GEQO. > Please apply them to the direcory "backend/optimizer/geqo". > Two new files with different crossover techniques are included. > Standard procedure is optimization by means of "geqo_erx.c" > (Edge Recombination Crossover). From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/geqo/geqo_main.c | modified | +5 −5 |
| src/backend/optimizer/geqo/geqo_ox1.c | added | +103 −0 |
| src/backend/optimizer/geqo/geqo_ox2.c | added | +113 −0 |
| src/backend/optimizer/geqo/Makefile | modified | +2 −3 |