Skip to content

Commit 65aa955

Browse files
authored
Merge pull request #336 from DurieuxPol/fix/cursor
Removed old method
2 parents db11de8 + 3e991a7 commit 65aa955

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/Math-FunctionFit/PMAnotherGeneticOptimizer.class.st

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ PMAnotherGeneticOptimizer >> computePrecision: whateverData [ "can be changed t
9595
^steadyState ifTrue: [bestPoints last value - bestPoints first value] ifFalse: [1]
9696
]
9797

98-
{ #category : 'operation' }
99-
PMAnotherGeneticOptimizer >> evaluate [
100-
101-
^ Cursor wait showWhile: [ super evaluate ]
102-
]
103-
10498
{ #category : 'operation' }
10599
PMAnotherGeneticOptimizer >> evaluateIteration [
106100
self nextGeneration.

0 commit comments

Comments
 (0)