hereforawhile@lemmy.ml to Programming@programming.dev · 18 hours agowhat's the coolest thing you have ever programmed?message-squaremessage-square40fedilinkarrow-up170arrow-down11file-text
arrow-up169arrow-down1message-squarewhat's the coolest thing you have ever programmed?hereforawhile@lemmy.ml to Programming@programming.dev · 18 hours agomessage-square40fedilinkfile-text
minus-squareUndertaker@feddit.orglinkfedilinkarrow-up4·edit-211 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?