GeneticAlgorithmPython icon indicating copy to clipboard operation
GeneticAlgorithmPython copied to clipboard

Callbacks can now be methods of objects, not only functions

Open edgarcamilocamacho opened this issue 2 years ago • 0 comments

The current version doesn't accept objects methods because of the way of counting arguments. Using inspect can solve it.

edgarcamilocamacho avatar Apr 14 '22 21:04 edgarcamilocamacho