Evolutionary operators saving to composing history
- ParentOperator class is added in order to preserve the full history of each individual.
- Now each individual has the parent_operators field that is exporting to the history.
- Individual class added to store fitness and parent_operators during evolution
It is required for the compability with future evolutionary vizualization in FEDOT.Web.