From 8cb44809d73d3d89ab5c0de7752c428cc75ce3db Mon Sep 17 00:00:00 2001 From: Le Ma <161887386+lema3213@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:32:13 +1200 Subject: [PATCH] missing changed = True in continuous attribute crossover --- skExSTraCS/Classifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skExSTraCS/Classifier.py b/skExSTraCS/Classifier.py index 1f159b8..c62419f 100644 --- a/skExSTraCS/Classifier.py +++ b/skExSTraCS/Classifier.py @@ -248,7 +248,7 @@ def uniformCrossover(self,model,cl): self.condition.pop(i_cl1) self.specifiedAttList.remove(attRef) - + changed = True # Discrete Attribute else: pass