Graph edit distance between pipelines
Created by: MorrisNein
- Added
Pipeline.distance_to(other)
method that allows to evaluate graph edit distance with respect to a node operation and parameters.
Minor improvements:
- Added ability to store a dictionary of
metadata
inIndividual
andPipelineTemplate
classes. - Moved
Individual.computation_time
toIndividual.metadata['computation_time']
, same forPipelineTemplate
.