sashafrey / topicmod

This project had been moved to https://github.com/bigartm/bigartm
Other
0 stars 0 forks source link

Control the correctness of regularizers parametres #51

Closed MelLain closed 10 years ago

MelLain commented 10 years ago

In current implementation theta regularizer is ignored during processing of one internal iteration if it's parameters are incorrect or incomplete (and this ignoring must be implemented in the regularizer class). It would be better to prevent adding such regularizers into list of model regularizers at all in Instance::ReconfigureModel and Instance::ReconfigureRegularizer.