hereforawhile@lemmy.ml to Programming@programming.dev · 1 day agowhat's the coolest thing you have ever programmed?message-squaremessage-square45fedilinkarrow-up188arrow-down11file-text
arrow-up187arrow-down1message-squarewhat's the coolest thing you have ever programmed?hereforawhile@lemmy.ml to Programming@programming.dev · 1 day agomessage-square45fedilinkfile-text
minus-squareUndertaker@feddit.orglinkfedilinkarrow-up5·edit-220 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?