27 #ifndef FIXGENERATIONSIZESTRATEGY_H_
28 #define FIXGENERATIONSIZESTRATEGY_H_
virtual ~FixGenerationSizeStrategy()
default destructor
Definition: FixGenerationSizeStrategy.cpp:39
This class implements the generation size strategy with a fix value which is over the constructor giv...
Definition: FixGenerationSizeStrategy.h:39
This interface is to specify how big the next generation should be.
Definition: IGenerationSizeStrategy.h:36
virtual int calcGenerationSize(Generation *oldGeneration)
gives the fix value m_size as new generation size back.
Definition: FixGenerationSizeStrategy.cpp:43
The Generation class.
Definition: Generation.h:53
int m_size
the fix generation size
Definition: FixGenerationSizeStrategy.h:63