Stopping criteria for composer
Created by: aPovidlo
Resolve the issue #445.
The stopping criteria should be implemented for a composer to avoid unnecessary long runs. The proposed criteria is 'N generations without improvement' for all objective functions. Default stopping_after_n_generation = 7
, but the external configuration option should be provided.