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/jcgp/backend/modules/problem/Problem.html | |
parent | 95b4a9421923cec63b6e0e8f58972d146100bd0f (diff) |
Refactored Mutable, commented a little bit of the GUI package
Diffstat (limited to 'doc/jcgp/backend/modules/problem/Problem.html')
-rw-r--r-- | doc/jcgp/backend/modules/problem/Problem.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/jcgp/backend/modules/problem/Problem.html b/doc/jcgp/backend/modules/problem/Problem.html index 0d08b2a..2e43445 100644 --- a/doc/jcgp/backend/modules/problem/Problem.html +++ b/doc/jcgp/backend/modules/problem/Problem.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>Problem</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> @@ -212,6 +212,13 @@ extends <a href="../../../../jcgp/backend/modules/Module.html" title="class in j </td> </tr> <tr id="i6" class="altColor"> +<td class="colFirst"><code>abstract int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../jcgp/backend/modules/problem/Problem.html#hasPerfectSolution-jcgp.backend.population.Population-">hasPerfectSolution</a></span>(<a href="../../../../jcgp/backend/population/Population.html" title="class in jcgp.backend.population">Population</a> population)</code> +<div class="block">Used to assert whether a given population contains a perfect solution + to the problem.</div> +</td> +</tr> +<tr id="i7" class="rowColor"> <td class="colFirst"><code>abstract void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../jcgp/backend/modules/problem/Problem.html#parseProblemData-java.io.File-jcgp.backend.resources.ModifiableResources-">parseProblemData</a></span>(java.io.File file, <a href="../../../../jcgp/backend/resources/ModifiableResources.html" title="class in jcgp.backend.resources">ModifiableResources</a> resources)</code> @@ -219,13 +226,6 @@ extends <a href="../../../../jcgp/backend/modules/Module.html" title="class in j set up the problem type instance appropriately.</div> </td> </tr> -<tr id="i7" class="rowColor"> -<td class="colFirst"><code>abstract int</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../jcgp/backend/modules/problem/Problem.html#perfectSolutionFound-jcgp.backend.population.Population-">perfectSolutionFound</a></span>(<a href="../../../../jcgp/backend/population/Population.html" title="class in jcgp.backend.population">Population</a> population)</code> -<div class="block">Used to assert whether a given population contains a perfect solution - to the problem.</div> -</td> -</tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../jcgp/backend/modules/problem/Problem.html#reset--">reset</a></span>()</code> @@ -311,13 +311,13 @@ extends <a href="../../../../jcgp/backend/modules/Module.html" title="class in j </dl> </li> </ul> -<a name="perfectSolutionFound-jcgp.backend.population.Population-"> +<a name="hasPerfectSolution-jcgp.backend.population.Population-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> -<h4>perfectSolutionFound</h4> -<pre>public abstract int perfectSolutionFound(<a href="../../../../jcgp/backend/population/Population.html" title="class in jcgp.backend.population">Population</a> population)</pre> +<h4>hasPerfectSolution</h4> +<pre>public abstract int hasPerfectSolution(<a href="../../../../jcgp/backend/population/Population.html" title="class in jcgp.backend.population">Population</a> population)</pre> <div class="block">Used to assert whether a given population contains a perfect solution to the problem. It is up to the problem to define what qualifies a perfect solution, as some problems (subject ones such as music and |