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
metadatainIndividualandPipelineTemplateclasses. - Moved
Individual.computation_timetoIndividual.metadata['computation_time'], same forPipelineTemplate.