jamescowens / Gridcoin-Research

Gridcoin-Research
MIT License
2 stars 0 forks source link

Isolate old NN #9

Closed denravonska closed 5 years ago

denravonska commented 5 years ago

Remove (almost) all occurrences of the old NN from the code. All .NET calls are isolated in a Win specific NN implementation and the ExecuteDotNet.. function has been split into smaller functions in the interface.

This was a partly unnecessary step, but it should make it a bit easier to completely remove the old NN.