Skip to content
Snippets Groups Projects
Commit 14bc7e47 authored by Maya_UniPC's avatar Maya_UniPC
Browse files

HAAAANDS

parent 8d13b3bb
Branches codiPackBranch
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ void AdamFit<T>::minimizeFunction(){
//score = this->_data->eval_function<T>(this->parameters, this->_data->getX(0));
iterations++;
//learning_rate = learning_rate * 0.999;
if(runtime > max_runtime || (min_chisquare <= calcChiSquare(this->parameters) && use_min_chisquare)) running = false;
if(runtime > max_runtime || (min_chisquare >= calcChiSquare(this->parameters) && use_min_chisquare)) running = false;
}
cout << "----End---- " << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment