Closed Bobingstern closed 2 years ago
How do I return a copy of a network?
A simple way is to create a json copy: Network.fromJSON(myNetwork.toJSON())
Network.fromJSON(myNetwork.toJSON())
Oh dang, I don't why I didn't think of that, thanks!
How do I return a copy of a network?