Implement Firefly algorithm for color data

109 Views Asked by At

I have some color data with LAB() values from which I already able to generate images in python. Now I have to optimize the cluster centers using firefly algorithm for the color data. But I am stuck on how to give input to the firefly algorithm like I have LAB values and images from LAB values. Can someone please guide me on the data preparing part, I am referring to python but if it is possible in other languages then please recommend. Thank you.

0

There are 0 best solutions below