this post was submitted on 17 Sep 2023
47 points (100.0% liked)
Programming
13361 readers
5 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A python program that plots a voronoi diagram in a circle, but the input is the area sizes of the cells. Pretty math heavy, but weirdly interesting as I’m trying to solve it with a genetic algorithm.
nice. I am working with voronoi grids too in another field. Is there a source where I can read about your work more in detail?