Annealer should be made pythonic

Issue #146 new
andrew_peterson repo owner created an issue

Annealer is currently a class, but it behaves as a function. It should either be converted to a function or the function aspects of it (things that do stuff) should be moved to a run or __call__ method.

Comments (0)

  1. Log in to comment