| 28 | } |
| 29 | |
| 30 | ModelReusableAgent::~ModelReusableAgent() { |
| 31 | BLOG("save model in destruct"); |
| 32 | this->saveReuseModel(this->_modelSavePath); |
| 33 | this->_reuseModel.clear(); |
| 34 | } |
| 35 | |
| 36 | void ModelReusableAgent::computeAlphaValue() { |
| 37 | if (nullptr != this->_newState) { |
nothing calls this directly
no test coverage detected