Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bpedrood committed Aug 23, 2022
1 parent ed71cc7 commit ada85b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap-adv/hysgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ double THysgen::GetStepSizeByLineSearch(const int UID, const TIntFltH &DeltaH,
int THysgen::MLEGradAscent(const double& Thres, const int& MaxIter, const TStr PlotNm,
const double StepSize, const double StepCtrlParam, const double StepReductionRatio) {
int NegLikPermits = 0;
int MaxIterLineSearch = 1000;
int MaxIterLineSearch = 100;
time_t InitTime = time(NULL);
time_t InitIterTime;
TExeTm ExeTm, CheckTm; //Execution time
Expand Down

0 comments on commit ada85b2

Please sign in to comment.