Skip to content

Commit 28c64cd

Browse files
authored
Rename example_clustering_2.py to examples/example_clustering_2.py
1 parent ffc3bf9 commit 28c64cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_clustering_2.py renamed to examples/example_clustering_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ def fitness_func(ga_instance, solution, solution_idx):
119119
matplotlib.pyplot.scatter(cluster_x, cluster_y)
120120
matplotlib.pyplot.scatter(cluster_centers[cluster_idx, 0], cluster_centers[cluster_idx, 1], linewidths=5)
121121
matplotlib.pyplot.title("Clustering using PyGAD")
122-
matplotlib.pyplot.show()
122+
matplotlib.pyplot.show()

0 commit comments

Comments
 (0)