diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-05-22 07:44:52 +0100 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-05-22 07:44:52 +0100 |
commit | 2b571f08d091dc062cedbb9816c29dcf0cbd4f12 (patch) | |
tree | 98505fe5fbd433eafe74a188f833b71a4627e08f /doc/index-files/index-12.html | |
parent | 9aac9892b5c827e70c4598e0e052d10aad40a2d9 (diff) |
Final commit, will release later today.
Diffstat (limited to 'doc/index-files/index-12.html')
-rw-r--r-- | doc/index-files/index-12.html | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html index 999529d..f64a1e9 100644 --- a/doc/index-files/index-12.html +++ b/doc/index-files/index-12.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_05) on Mon May 12 23:05:45 BST 2014 --> +<!-- Generated by javadoc (1.8.0_05) on Thu May 22 06:02:33 BST 2014 --> <title>M-Index</title> -<meta name="date" content="2014-05-12"> +<meta name="date" content="2014-05-22"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> @@ -75,7 +75,9 @@ <h2 class="title">M</h2> <dl> <dt><span class="memberNameLink"><a href="../jcgp/gui/GUI.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class jcgp.gui.<a href="../jcgp/gui/GUI.html" title="class in jcgp.gui">GUI</a></dt> -<dd> </dd> +<dd> +<div class="block">Start JCGP with the user interface.</div> +</dd> <dt><span class="memberNameLink"><a href="../jcgp/JCGP.html#main-java.lang.String...-">main(String...)</a></span> - Static method in class jcgp.<a href="../jcgp/JCGP.html" title="class in jcgp">JCGP</a></dt> <dd> <div class="block">JCGP main method, this is used to execute JCGP from the command line.</div> @@ -89,7 +91,9 @@ <div class="block">Makes the specified region drag resizable.</div> </dd> <dt><span class="memberNameLink"><a href="../jcgp/gui/GUI.html#MEDIUM_HIGHLIGHT_COLOUR">MEDIUM_HIGHLIGHT_COLOUR</a></span> - Static variable in class jcgp.gui.<a href="../jcgp/gui/GUI.html" title="class in jcgp.gui">GUI</a></dt> -<dd> </dd> +<dd> +<div class="block">A string containing the hexadecimal colour used for a medium highlight.</div> +</dd> <dt><a href="../jcgp/backend/resources/ModifiableResources.html" title="class in jcgp.backend.resources"><span class="typeNameLink">ModifiableResources</span></a> - Class in <a href="../jcgp/backend/resources/package-summary.html">jcgp.backend.resources</a></dt> <dd> <div class="block">This subclass of Resources allows modifications to be made.</div> @@ -132,6 +136,14 @@ <dd> </dd> <dt><span class="memberNameLink"><a href="../jcgp/backend/modules/mutator/ProbabilisticMutator.html#mutate-jcgp.backend.population.Chromosome-">mutate(Chromosome)</a></span> - Method in class jcgp.backend.modules.mutator.<a href="../jcgp/backend/modules/mutator/ProbabilisticMutator.html" title="class in jcgp.backend.modules.mutator">ProbabilisticMutator</a></dt> <dd> </dd> +<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Mutable.html#mutate--">mutate()</a></span> - Method in interface jcgp.backend.population.<a href="../jcgp/backend/population/Mutable.html" title="interface in jcgp.backend.population">Mutable</a></dt> +<dd> +<div class="block">This method performs an arbitrary mutation on the <code>Mutable</code>.</div> +</dd> +<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Node.html#mutate--">mutate()</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Node.html" title="class in jcgp.backend.population">Node</a></dt> +<dd> </dd> +<dt><span class="memberNameLink"><a href="../jcgp/backend/population/Output.html#mutate--">mutate()</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Output.html" title="class in jcgp.backend.population">Output</a></dt> +<dd> </dd> <dt><a href="../jcgp/backend/modules/mutator/Mutator.html" title="class in jcgp.backend.modules.mutator"><span class="typeNameLink">Mutator</span></a> - Class in <a href="../jcgp/backend/modules/mutator/package-summary.html">jcgp.backend.modules.mutator</a></dt> <dd> <div class="block">This class specifies the basic characteristics of a mutation operator.</div> |