heinsaar / BolzmANN

Neural Network
0 stars 15 forks source link

Made Net::getResults() return by value. #44

Closed MagaRita closed 8 years ago

MagaRita commented 8 years ago

getResult() function returns by value

heinsaar commented 8 years ago

Excellent, Rita - I just changed the title to the issue's (with 'Make...' into 'Made...'). We've agreed to use actual issue titles to recognize changes quickly and for consistency.

Davit will merge, as always.

heinsaar commented 8 years ago

Rita, please make the necessary changes in main.cpp, where the function is used:

myNet.getResults(resultVals);

Otherwise you changes won't compile.

MagaRita commented 8 years ago

I'll make changes in main.cpp and I have to make changes in Net.h too, right?

Sent from my iPhone

On 28 նոյ, 2015 թ., at 19:25, Leo Heinsaar notifications@github.com wrote:

Rita, please make the necessary changes in main.cpp, where the function is used:

Otherwise you changes won't compile. — Reply to this email directly or view it on GitHub.

heinsaar commented 8 years ago

Exactly - in Net.h too. When you change any function, you have to change all the references to it everywhere in the code, or it won't compile.