LoggerIteration: Logger class to log the current iteration
Description
This class seems to be useless, but it gives more control about the algorithm
and doesn't violate the idea of object programming here. Additionally, it is
quite convenient to have this class instead of tracking the iteration at any
stage of the fitting within the compboost object as another vector.