区块链网络中区块验证的延迟与奖励联合优化的进化方法

An Evolutionary Approach to Joint Latency and Reward Optimization for Block Verification in Blockchain Networks

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2025
被引 0
ABS 3

中文导读

研究了区块链网络中区块管理者如何通过联合优化验证延迟和奖励来最大化利润,提出了一种重生蒲公英算法(RDA)来解决该优化问题,实验表明该方法优于其他进化算法。

Abstract

This work studies the problem of block validation in a blockchain network where a block manager acting as a task publisher sends a task (block validation) to all the workers (miners) within the network. The latter carries out the block validation and finally returns the final results to the former. The goal of this work is to maximize the block manager’s profit by jointly optimizing the latency of the block verification process and the reward offered by the manager to miners. Note that the latency and reward are closely coupled. Therefore, in this case, if it is solved directly, they are offered separately, and their dependency is not well considered, leading to overall poor performance. This work formalizes it as an optimization problem considering both delay and reward, and proposes an evolutionary approach, namely, the reborn dandelion algorithm (RDA), to solve it. Specifically, in the proposed algorithm, each individual contains both delays and rewards for different types of miners. A reborn strategy is designed to reborn an individual to replace the worst one in the current population, with the aim of enhancing its exploration ability. A greedy selection strategy is proposed to enhance its exploitation ability. The experimental results on CEC2013 functions and blockchain network instances indicate that our proposed approach is significantly superior to other evolutionary-based ones.

区块链区块验证延迟优化奖励优化进化算法