Pedro Guerreiro

Results 1 comments of Pedro Guerreiro

You can pass a callback function to the `run` method: ```python algorithm.run(1000, callback=foo) ``` and then create the `foo` function, that receives an instance of the algorithm. This function will...