summaryrefslogtreecommitdiffstats
path: root/watchmaker/book/src/xml/book.xml
blob: 24f0a09f1a11a85c859b4d57fa9bd403fae18de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="utf-8" ?>
<book xmlns="http://docbook.org/ns/docbook"
      xmlns:xi="http://www.w3.org/2001/XInclude"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd">
  <info>
    <title>Evolutionary Computation in Java</title>
    <author>
      <personname>
        <firstname>Daniel</firstname>
        <surname>Dyer</surname>
        <othername>W.</othername>
      </personname>
      <email>dan@uncommons.org</email>
      <uri>http://www.dandyer.co.uk</uri>
    </author>
    <copyright>
      <year>2008</year>
      <year>2009</year>
      <year>2010</year>
    </copyright>
    <keywordset>
      <keyword>algorithms</keyword>
      <keyword>evolution</keyword>
      <keyword>evolutionary algorithms</keyword>
      <keyword>evolutionary computation</keyword>
      <keyword>genetic algorithms</keyword>
      <keyword>Java</keyword>
      <keyword>programming</keyword>
      <keyword>software</keyword>
    </keywordset>
  </info>

  <xi:include href="preface.xml" />

  <!-- Chapters -->
  <xi:include href="evolution.xml" />
  <xi:include href="watchmaker.xml" />
  <xi:include href="salesman.xml" />
  <xi:include href="selection.xml" />
  <xi:include href="sudoku.xml" />
  <xi:include href="islands.xml" />
  <xi:include href="interactive.xml" />
  <xi:include href="steadystate.xml" />
  <xi:include href="geneticprogramming.xml" />
  <xi:include href="classifiers.xml" />
  <xi:include href="multiobjective.xml" />

  <!-- Appendices -->
  <xi:include href="performance.xml" />
  <xi:include href="gui.xml" />
  <xi:include href="distributed.xml" />
  <xi:include href="furtherreading.xml" />

  <index />
  
</book>