|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.21 2002/01/0805:39:26momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.22 2002/01/0818:03:26petere Exp $ |
3 | 3 | Genetic Optimizer |
4 | 4 | --> |
5 | 5 |
|
@@ -259,113 +259,46 @@ Genetic Optimizer |
259 | 259 | </sect2> |
260 | 260 | </sect1> |
261 | 261 |
|
262 | | - <bibliography id="geqo-biblio"> |
263 | | - <title> |
264 | | - References |
265 | | - </title> |
266 | | - <para>Reference information for <acronym>GEQ</acronym> algorithms. |
267 | | - </para> |
268 | | - <biblioentry> |
269 | | - |
270 | | - <bookbiblio> |
271 | | - <title> |
272 | | - The Hitch-Hiker's Guide to Evolutionary Computation |
273 | | - </title> |
274 | | - <authorgroup> |
275 | | - <author> |
276 | | -<firstname>Jörg</firstname> |
277 | | -<surname>Heitkötter</surname> |
278 | | - </author> |
279 | | - <author> |
280 | | -<firstname>David</firstname> |
281 | | -<surname>Beasley</surname> |
282 | | - </author> |
283 | | - </authorgroup> |
284 | | - <publisher> |
285 | | - <publishername> |
286 | | -InterNet resource |
287 | | - </publishername> |
288 | | - </publisher> |
289 | | - <abstract> |
290 | | - <para> |
291 | | -FAQ in <ulink url="news://comp.ai.genetic">comp.ai.genetic</ulink> |
292 | | -is available at <ulink |
293 | | -url="http://surf.de.uu.net/encore/www/">here</ulink>. |
294 | | - </para> |
295 | | - </abstract> |
296 | | - </bookbiblio> |
297 | | - |
298 | | - <bookbiblio> |
299 | | - <title> |
300 | | - Evolutionary Computation and its application to art and design |
301 | | - |
302 | | - </title> |
303 | | - <authorgroup> |
304 | | - <author> |
305 | | -<firstname>Craig</firstname> |
306 | | -<surname>Reynolds</surname> |
307 | | - </author> |
308 | | - </authorgroup> |
309 | | - <publisher> |
310 | | - <publishername> |
311 | | -InterNet resource |
312 | | - </publishername> |
313 | | - </publisher> |
314 | | - <abstract> |
315 | | - <para> |
316 | | -The URL is <ulink |
317 | | -url="http://www.red3d.com/cwr/evolve.html">here</ulink>. |
318 | | - </para> |
319 | | - </abstract> |
320 | | - </bookbiblio> |
321 | | - |
322 | | - <bookbiblio> |
323 | | - <title> |
324 | | - The Design and Implementation of the Postgres Query Optimizer |
325 | | - </title> |
326 | | - <authorgroup> |
327 | | - <author> |
328 | | -<firstname>Z.</firstname> |
329 | | -<surname>Fong</surname> |
330 | | - </author> |
331 | | - </authorgroup> |
332 | | - <publisher> |
333 | | - <publishername> |
334 | | -University of California, Berkeley Computer Science Department |
335 | | - </publishername> |
336 | | - </publisher> |
337 | | - <abstract> |
338 | | - <para> |
339 | | -File <filename>planner/Report.ps</filename> in the 'postgres-papers' distribution. |
340 | | - </para> |
341 | | - </abstract> |
342 | | - </bookbiblio> |
343 | | - |
344 | | - <bookbiblio> |
345 | | - <title> |
346 | | - Fundamentals of Database Systems |
347 | | - </title> |
348 | | - <authorgroup> |
349 | | - <author> |
350 | | -<firstname>R.</firstname> |
351 | | -<surname>Elmasri</surname> |
352 | | - </author> |
353 | | - <author> |
354 | | -<firstname>S.</firstname> |
355 | | -<surname>Navathe</surname> |
356 | | - </author> |
357 | | - </authorgroup> |
358 | | - <publisher> |
359 | | - <publishername> |
360 | | -The Benjamin/Cummings Pub., Inc. |
361 | | - </publishername> |
362 | | - </publisher> |
363 | | - </bookbiblio> |
364 | | - |
365 | | - </biblioentry> |
366 | | - </bibliography> |
367 | | - |
368 | | - </chapter> |
| 262 | + <sect1 id="geqo-biblio"> |
| 263 | + <title>Further Readings</title> |
| 264 | + |
| 265 | + <para> |
| 266 | + The following resources contain additional information about |
| 267 | + genetic algorithms: |
| 268 | + |
| 269 | + <itemizedlist> |
| 270 | + <listitem> |
| 271 | + <para> |
| 272 | + <ulink url="http://surf.de.uu.net/encore/www/">The Hitch-Hiker's |
| 273 | + Guide to Evolutionary Computation</ulink> (FAQ for <ulink |
| 274 | + url="news://comp.ai.genetic">comp.ai.genetic</ulink>) |
| 275 | + </para> |
| 276 | + </listitem> |
| 277 | + |
| 278 | + <listitem> |
| 279 | + <para> |
| 280 | + <ulink url="http://www.red3d.com/cwr/evolve.html">Evolutionary |
| 281 | + Computation and its application to art and design</ulink> by |
| 282 | + Craig Reynolds |
| 283 | + </para> |
| 284 | + </listitem> |
| 285 | + |
| 286 | + <listitem> |
| 287 | + <para> |
| 288 | + <xref linkend="ELMA99"> |
| 289 | + </para> |
| 290 | + </listitem> |
| 291 | + |
| 292 | + <listitem> |
| 293 | + <para> |
| 294 | + <xref linkend="FONG"> |
| 295 | + </para> |
| 296 | + </listitem> |
| 297 | + </itemizedlist> |
| 298 | + </para> |
| 299 | + |
| 300 | + </sect1> |
| 301 | +</chapter> |
369 | 302 |
|
370 | 303 | <!-- Keep this comment at the end of the file |
371 | 304 | Local variables: |
|