see-insight / see-segment

Simple Evolutionary Exploration - Image Segmentation
MIT License
6 stars 21 forks source link

Develop a algorithm distance function #87

Open colbrydi opened 1 year ago

colbrydi commented 1 year ago

Develop a function that takes two algorithm vectors and returns a "similarity" value.

We could also look at solutions that are good but very different than other good solutions.

hoolagans commented 1 year ago

Note: For this it would be useful to have a function that returns a list of the arguments that are actually used by a segmenter. If using genotypic distance the distance should only consider the arguments that are used by a segmenter.