Several improvements:
- Termination Checker can now also be a list. In that case, early termination is performed if any of the termination conditions apply.
- Generations now range from 1 to max_generation, instead of 0 to max_generation - 1.
Individual now contains informative fields - id, gen, cloned_from, selected_by and applied_operators.
- Vector and its subtypes can now receive a list of the genome (vector cells) as constructor argument.