see-insight / see-segment

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

Move print_best_algorithm_code function to segmentors #5

Open colbrydi opened 4 years ago

colbrydi commented 4 years ago

For some reason the print_best_algorithm_code funciton is in the genetic search and not in segmentor. For object oriented reasons I think it makes more sense to put this in segmentor since it is related to the segmentor and has nothing to do with the search itself.