Closed dglmoore closed 5 years ago
Add a landscape() method to each network type.
landscape()
from neet.synchronous import Landscape class WTNetwork(object): ... def landscape(self): return Landscape(self)
Going a different direction with this see #147
Add a
landscape()
method to each network type.Proposed API