From 3e991a7d31e7fb3a1b4674de960610ebb0c9a784 Mon Sep 17 00:00:00 2001 From: DurieuxPol Date: Thu, 30 Apr 2026 16:42:54 +0200 Subject: [PATCH] removed old method --- src/Math-FunctionFit/PMAnotherGeneticOptimizer.class.st | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Math-FunctionFit/PMAnotherGeneticOptimizer.class.st b/src/Math-FunctionFit/PMAnotherGeneticOptimizer.class.st index 35a45c32..613233c1 100644 --- a/src/Math-FunctionFit/PMAnotherGeneticOptimizer.class.st +++ b/src/Math-FunctionFit/PMAnotherGeneticOptimizer.class.st @@ -95,12 +95,6 @@ PMAnotherGeneticOptimizer >> computePrecision: whateverData [ "can be changed t ^steadyState ifTrue: [bestPoints last value - bestPoints first value] ifFalse: [1] ] -{ #category : 'operation' } -PMAnotherGeneticOptimizer >> evaluate [ - - ^ Cursor wait showWhile: [ super evaluate ] -] - { #category : 'operation' } PMAnotherGeneticOptimizer >> evaluateIteration [ self nextGeneration.