void ann::set_max_epochs(int max_epochs) { grt_ann.setMaxNumEpochs(max_epochs); }
void mlp::set_max_epochs(int max_epochs) { grt_mlp.setMaxNumEpochs(max_epochs); }