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 --- .../modules/problem/DigitalCircuitProblem.html | 55 +++++----------------- 1 file changed, 13 insertions(+), 42 deletions(-) (limited to 'doc/jcgp/backend/modules/problem/DigitalCircuitProblem.html') diff --git a/doc/jcgp/backend/modules/problem/DigitalCircuitProblem.html b/doc/jcgp/backend/modules/problem/DigitalCircuitProblem.html index d9d3011..21bdb2b 100644 --- a/doc/jcgp/backend/modules/problem/DigitalCircuitProblem.html +++ b/doc/jcgp/backend/modules/problem/DigitalCircuitProblem.html @@ -2,9 +2,9 @@ - + DigitalCircuitProblem - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; +var methods = {"i0":10,"i1":10,"i2":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -198,9 +198,9 @@ extends int -hasImprovement(Population population) -
Used to assert whether a given population has a chromosome that is an improvement over - the current best chromosome.
+hasPerfectSolution(Population population) +
Used to assert whether a given population contains a perfect solution + to the problem.
@@ -212,20 +212,13 @@ extends - -int -perfectSolutionFound(Population population) -
Used to assert whether a given population contains a perfect solution - to the problem.
- - - + - -- cgit v1.2.3