Are there examples of applications in blockchain consensus using swarm intelligence, as opposed to classical consensus mechanisms like PoW or PBFT?
Please note that recent classical consensuses, including lottery-based such as PoW in which the winner of lottery creates the new block, or voting-based such as PBFT or Paxos in which the entities achieve a consensus through a voting process; both approaches have problems of efficiency, latency, scalability, performance etc. And emerging a new alternative approach seems necessary. In this way, can nature-inspired algorithms (such as evolutionary algorithms (EA), particle swarm optimization (PSO), ant colony optimization (ACO) etc) be employed as an alternative to classical consensus algorithms?