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/index-files/index-8.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'doc/index-files/index-8.html') diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html index 1f4c14a..0e628a8 100644 --- a/doc/index-files/index-8.html +++ b/doc/index-files/index-8.html @@ -2,9 +2,9 @@ - + H-Index - + @@ -76,14 +76,21 @@
HARD_HIGHLIGHT_COLOUR - Static variable in class jcgp.gui.GUI
 
-
hasImprovement(Population) - Method in class jcgp.backend.modules.problem.DigitalCircuitProblem
-
 
hasImprovement(Population) - Method in class jcgp.backend.modules.problem.Problem
Used to assert whether a given population has a chromosome that is an improvement over the current best chromosome.
-
hasImprovement(Population) - Method in class jcgp.backend.modules.problem.SymbolicRegressionProblem
+
hasImprovement(Population) - Method in class jcgp.backend.modules.problem.TestCaseProblem
+
 
+
hasPerfectSolution(Population) - Method in class jcgp.backend.modules.problem.DigitalCircuitProblem
+
 
+
hasPerfectSolution(Population) - Method in class jcgp.backend.modules.problem.Problem
+
+
Used to assert whether a given population contains a perfect solution + to the problem.
+
+
hasPerfectSolution(Population) - Method in class jcgp.backend.modules.problem.SymbolicRegressionProblem
 
hideGeneValues() - Method in class jcgp.gui.GUI
 
-- cgit v1.2.3