jamescowens / Gridcoin-Research

Gridcoin-Research
MIT License
2 stars 0 forks source link

NeuralNet interface #7

Closed denravonska closed 5 years ago

denravonska commented 5 years ago

This is the first draft for using interfaces and a factory for the NeuralNet. This should allow us to easily write a third implementation which uses the new scraper code, and conditionally instantiate it in NN::CreateNeuralNet() based on the user's configuration flags.

I have not tested this in Windows yet.

jamescowens commented 5 years ago

I am going ahead and merging this.