mtewes / tenbilac

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

Implemented selection of best committee members for predictions #58

Closed mtewes closed 7 years ago

mtewes commented 7 years ago

Works nicely. It's backwards-compatible with previous trainings (just add the new lines to the config file, if you want to make predictions), but not with previous "minimized" trainings. To use the latter, you would have to minimize again.

@kuntzer if OK with you we can merge this in.

kuntzer commented 7 years ago

Fine by me. Nice code

mtewes commented 7 years ago

Thanks for the review! Merging