Skip to content

Release 0.5

Latest
Compare
Choose a tag to compare
@BotMaster3000 BotMaster3000 released this 25 Jul 19:21

There now is the possibility to safe your networks and load them back in.

Currently it is only applied to the WeightedNetwork, which is also the most used network. It is being saved to a JSON-String, since this is far better than creating a custom save-format or using XML.

Also, when using the PropagateAllNetworks-Method, all of the Networks are now being propagated with Tasks for faster processing.
The Breeding-Process is still single-threaded, because the Random-Class is not Thread-safe and locking the built-in Random-Generator may result in performance-issues which would make it useless to breed the networks async anyway.

This update requires you to include the Newtonsoft-DLL delivered in this package