aboutsummaryrefslogtreecommitdiffstats
path: root/doc/jcgp/backend/modules/problem/Problem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/jcgp/backend/modules/problem/Problem.html')
-rw-r--r--doc/jcgp/backend/modules/problem/Problem.html24
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>&nbsp;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&nbsp;file,
<a href="../../../../jcgp/backend/resources/ModifiableResources.html" title="class in jcgp.backend.resources">ModifiableResources</a>&nbsp;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>&nbsp;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&nbsp;int&nbsp;perfectSolutionFound(<a href="../../../../jcgp/backend/population/Population.html" title="class in jcgp.backend.population">Population</a>&nbsp;population)</pre>
+<h4>hasPerfectSolution</h4>
+<pre>public abstract&nbsp;int&nbsp;hasPerfectSolution(<a href="../../../../jcgp/backend/population/Population.html" title="class in jcgp.backend.population">Population</a>&nbsp;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