diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-05-14 01:32:51 +0100 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-05-14 01:32:51 +0100 |
commit | c35a6806df01481c1b169cd0fc47660ea1cc10fb (patch) | |
tree | 7a9a90d88a9b962bcc091533997df798ac454423 /doc/index-files/index-15.html | |
parent | 95b4a9421923cec63b6e0e8f58972d146100bd0f (diff) |
Refactored Mutable, commented a little bit of the GUI package
Diffstat (limited to 'doc/index-files/index-15.html')
-rw-r--r-- | doc/index-files/index-15.html | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html index d1f37d6..704a021 100644 --- a/doc/index-files/index-15.html +++ b/doc/index-files/index-15.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_05) on Tue May 06 14:28:07 BST 2014 --> +<!-- Generated by javadoc (1.8.0_05) on Mon May 12 23:05:45 BST 2014 --> <title>P-Index</title> -<meta name="date" content="2014-05-06"> +<meta name="date" content="2014-05-12"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> @@ -132,15 +132,6 @@ <dd> <div class="block">Creates a new instance of PercentPointMutator.</div> </dd> -<dt><span class="memberNameLink"><a href="../jcgp/backend/modules/problem/DigitalCircuitProblem.html#perfectSolutionFound-jcgp.backend.population.Population-">perfectSolutionFound(Population)</a></span> - Method in class jcgp.backend.modules.problem.<a href="../jcgp/backend/modules/problem/DigitalCircuitProblem.html" title="class in jcgp.backend.modules.problem">DigitalCircuitProblem</a></dt> -<dd> </dd> -<dt><span class="memberNameLink"><a href="../jcgp/backend/modules/problem/Problem.html#perfectSolutionFound-jcgp.backend.population.Population-">perfectSolutionFound(Population)</a></span> - Method in class jcgp.backend.modules.problem.<a href="../jcgp/backend/modules/problem/Problem.html" title="class in jcgp.backend.modules.problem">Problem</a></dt> -<dd> -<div class="block">Used to assert whether a given population contains a perfect solution - to the problem.</div> -</dd> -<dt><span class="memberNameLink"><a href="../jcgp/backend/modules/problem/SymbolicRegressionProblem.html#perfectSolutionFound-jcgp.backend.population.Population-">perfectSolutionFound(Population)</a></span> - Method in class jcgp.backend.modules.problem.<a href="../jcgp/backend/modules/problem/SymbolicRegressionProblem.html" title="class in jcgp.backend.modules.problem">SymbolicRegressionProblem</a></dt> -<dd> </dd> <dt><a href="../jcgp/backend/modules/mutator/PointMutator.html" title="class in jcgp.backend.modules.mutator"><span class="typeNameLink">PointMutator</span></a> - Class in <a href="../jcgp/backend/modules/mutator/package-summary.html">jcgp.backend.modules.mutator</a></dt> <dd> <div class="block">Point mutator @@ -170,6 +161,10 @@ <dd> </dd> <dt><span class="memberNameLink"><a href="../jcgp/backend/function/SymbolicRegressionFunctions.Power.html#Power--">Power()</a></span> - Constructor for class jcgp.backend.function.<a href="../jcgp/backend/function/SymbolicRegressionFunctions.Power.html" title="class in jcgp.backend.function">SymbolicRegressionFunctions.Power</a></dt> <dd> </dd> +<dt><span class="memberNameLink"><a href="../jcgp/backend/parsers/ChromosomeParser.html#print-jcgp.backend.population.Chromosome-jcgp.backend.resources.Resources-">print(Chromosome, Resources)</a></span> - Static method in class jcgp.backend.parsers.<a href="../jcgp/backend/parsers/ChromosomeParser.html" title="class in jcgp.backend.parsers">ChromosomeParser</a></dt> +<dd> +<div class="block">Writes a chromosome to the console in .chr format.</div> +</dd> <dt><span class="memberNameLink"><a href="../jcgp/backend/resources/Console.html#print-java.lang.String-">print(String)</a></span> - Method in interface jcgp.backend.resources.<a href="../jcgp/backend/resources/Console.html" title="interface in jcgp.backend.resources">Console</a></dt> <dd> <div class="block">Prints a string without line break at the end (unless the string @@ -180,7 +175,7 @@ <div class="block">Prints a message to the consoles ignoring report interval.</div> </dd> -<dt><span class="memberNameLink"><a href="../jcgp/gui/console/GUIConsole.html#print-java.lang.String-">print(String)</a></span> - Method in class jcgp.gui.console.<a href="../jcgp/gui/console/GUIConsole.html" title="class in jcgp.gui.console">GUIConsole</a></dt> +<dt><span class="memberNameLink"><a href="../jcgp/gui/console/ConsolePane.html#print-java.lang.String-">print(String)</a></span> - Method in class jcgp.gui.console.<a href="../jcgp/gui/console/ConsolePane.html" title="class in jcgp.gui.console">ConsolePane</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="../jcgp/backend/resources/Console.html#println-java.lang.String-">println(String)</a></span> - Method in interface jcgp.backend.resources.<a href="../jcgp/backend/resources/Console.html" title="interface in jcgp.backend.resources">Console</a></dt> <dd> @@ -191,7 +186,7 @@ <div class="block">Prints a message to the consoles ignoring report interval.</div> </dd> -<dt><span class="memberNameLink"><a href="../jcgp/gui/console/GUIConsole.html#println-java.lang.String-">println(String)</a></span> - Method in class jcgp.gui.console.<a href="../jcgp/gui/console/GUIConsole.html" title="class in jcgp.gui.console">GUIConsole</a></dt> +<dt><span class="memberNameLink"><a href="../jcgp/gui/console/ConsolePane.html#println-java.lang.String-">println(String)</a></span> - Method in class jcgp.gui.console.<a href="../jcgp/gui/console/ConsolePane.html" title="class in jcgp.gui.console">ConsolePane</a></dt> <dd> </dd> <dt><span class="memberNameLink"><a href="../jcgp/backend/population/Chromosome.html#printNodes--">printNodes()</a></span> - Method in class jcgp.backend.population.<a href="../jcgp/backend/population/Chromosome.html" title="class in jcgp.backend.population">Chromosome</a></dt> <dd> |