6 ms·
oh Id love to add this to the tooling of the color names list. How did you figure out what the largest gap was?
by meodai 11mo ago
oh Id love to add this to the tooling of the color names list. How did you figure out what the largest gap was?
- madcaptenor 11mo agoPick points at random, then use a general-purpose optimization method (the optim function in R) to find local maxima. I don’t claim this is a good way to do it.