mtewes / tenbilac

Neural network for inverse regression problems
1 stars 2 forks source link

multnetbfgs: add a way to just run on "sum" part without touching "mult" #34

Closed mtewes closed 7 years ago

mtewes commented 7 years ago

Maybe by adding an "if" maxiter_mult == 0, directly skip the call on the mult nodes ?

kuntzer commented 7 years ago

Okay, I'll be doing it in a new branch

mtewes commented 7 years ago

Added this to the current pull request, closing this issue (feel free to reopen if needed)