hereforawhile@lemmy.ml to Programming@programming.dev · 22 hours agowhat's the coolest thing you have ever programmed?message-squaremessage-square43fedilinkarrow-up180file-text
arrow-up180message-squarewhat's the coolest thing you have ever programmed?hereforawhile@lemmy.ml to Programming@programming.dev · 22 hours agomessage-square43fedilinkfile-text
minus-squareUndertaker@feddit.orglinkfedilinkarrow-up4·edit-214 hours 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.
Similar to BFS?