From c35a6806df01481c1b169cd0fc47660ea1cc10fb Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 14 May 2014 01:32:51 +0100 Subject: Refactored Mutable, commented a little bit of the GUI package --- doc/jcgp/backend/modules/problem/Problem.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/jcgp/backend/modules/problem/Problem.html') 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 @@ - + Problem - + @@ -212,6 +212,13 @@ extends +abstract int +hasPerfectSolution(Population population) +
Used to assert whether a given population contains a perfect solution + to the problem.
+ + + abstract void parseProblemData(java.io.File file, ModifiableResources resources) @@ -219,13 +226,6 @@ extends -abstract int -perfectSolutionFound(Population population) -
Used to assert whether a given population contains a perfect solution - to the problem.
- - void reset() @@ -311,13 +311,13 @@ extends +