Add comment

This commit is contained in:
kris 2021-11-16 15:50:19 +00:00
parent 83b047b73f
commit 91e4fd7cba
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ def main():
cluster_palette = ClusterPalette(rgb)
image_generation = 0
for iteration in range(iterations):
# TODO: clean this up - e.g. pass in an acceptance lambda to iterate()
old_best_palette_distances = cluster_palette._best_palette_distances
old_palettes_cam = cluster_palette._palettes_cam
old_palettes_rgb = cluster_palette._palettes_rgb