热门 此存储库提供了HotStuff共识协议的2链变体的最小实现。 该代码库被设计为小巧,高效,易于基准测试和修改。 它尚未设计成可以在生产环境中运行,而是使用了真正的加密( ),网络( )和存储( )。 快速开始 HotStuff用Rust编写,但是所有基准测试脚本都用Python编写并与运行。 要在本地计算机上部署4个节点的测试平台并进行基准测试,请克隆存储库并安装python依赖项: $ git clone https://github.com/asonnino/hotstuff.git $ cd hotstuff/benchmark $ pip install -r requirements.txt 您还需要 ,它在后台运行所有节点和客户端。 最后,使用结构运行本地基准测试: $ fab local 第一次运行此命令可能会花费很长时间(在release模式下编译rust
2022-03-05 21:39:54 117KB research consensus byzantine-fault-tolerance Rust
1
Bipartite consensus of general linear multi-agent systems
2022-02-25 10:34:38 207KB 研究论文
1
Consensus control of nonlinear leader-follower multi-agent systems with actuating disturbances
2022-01-15 19:20:32 699KB 研究论文
1
分布式一致性竞拍算法,主要用于解决单任务分配问题,花了一天时间编完,亲测有效
验证码识别matlab代码DC-DOPF-CET的双重共识ADMM 这个项目/研究怎么样? This study is using alternating direction method of multipliers (ADMM) approach for solving the direct current dynamic optimal power flow with carbon emission trading (DC-DOPF-CET) problem. In this study, we focus on the impact of parameter rou and miu, the number of elements in the consensus variable, the number of subsystems and the scale of power systems on the convergence performance. In order to verify the performance of our proposed algorithms
2022-01-11 19:45:13 6.9MB 系统开源
1
consensus_多智能体一致_多智能体_matlab一致性控制问题_多智能体程序.zip
2021-12-13 23:19:54 2KB 源码
近期学习总结并代码实现的五大区块链共识算法,如果发现bug或者理解方面的错误请不吝指教 :) POW(工作量证明) POS(权益证明) DPOS(股份授权证明) PBFT(实用拜占庭) RAFT
2021-10-22 20:39:06 5.24MB raft blockchain pos pow
1
集群合奏 用于集群集成的Python软件包。 聚类集成使用从多个聚类算法获得的基本聚类生成单个共识聚类。 共识聚类稳定地实现了较高的聚类性能。 安装 pip install ClusterEnsembles 用法 参考文献[1]中集群集成的简单示例。 >> > import numpy as np >> > import ClusterEnsembles as CE >> > base_cluster1 = np . array ([ 1 , 1 , 1 , 2 , 2 , 3 , 3 ]) >> > base_cluster2 = np . array ([ 2 , 2 , 2 , 3 , 3 , 1 , 1 ]) >> > base_cluster3 = np . array ([ 4 , 4 , 2 , 2 , 3 , 3 , 3 ]) >> > base_cluster4 =
1
consensus-formation-control-master1111_编队_编队保持_UUV_车辆编队_车辆
2021-10-12 19:45:29 550KB
1
分布式网络共识 关俊杰 在第46届IEEE决策与控制会议上由Luca Schenato和Giovanni Gamba提出的IEEE出版物“无线传感器网络中的时钟同步的分布式共识协议”,通过分布式线性迭代实现时钟同步的算法“ Average TimeSync Protocol”的MATLAB实现。 2007年12月12日至14日在美国路易斯安那州新奥尔良市举行。 为塔夫茨大学创建-网络估计和控制(2016年3月)
2021-09-22 09:46:35 1021KB MATLAB
1