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.