Home | History | Annotate | Download | only in src

Lines Matching refs:currIter

1301     int currIter;
1336 currIter = 0;
1616 currIter++;
1629 fprintf(file,"Iter=%d\n",currIter);
1720 } while( change > epsilon && currIter < maxIter );/* solve normal equation using current alpha */
1734 } while( change > epsilon && currIter < maxIter );