hereforawhile@lemmy.ml to Programming@programming.dev · 9 days agowhat's the coolest thing you have ever programmed?message-squaremessage-square35fedilinkarrow-up18arrow-down10file-text
arrow-up18arrow-down1message-squarewhat's the coolest thing you have ever programmed?hereforawhile@lemmy.ml to Programming@programming.dev · 9 days agomessage-square35fedilinkfile-text
minus-squareUndertaker@feddit.orglinkfedilinkarrow-up1·edit-29 days agoI implemented a self made or at least adapted ant based algorithm to solve a mathematical problem. Each ant walks a route which represents a possible solution. The shortest path is the best solution. It takes advantage of swarm intelligence.
I implemented a self made or at least adapted ant based algorithm to solve a mathematical problem. Each ant walks a route which represents a possible solution. The shortest path is the best solution. It takes advantage of swarm intelligence.