Release-3.2.0
Summary
In version 3.2.0, Angel continues to strengthen the ability of graph computing. Compared with the previous version, we have done a lot of optimizations and provided some new features, include:
- Graph computing layered abstraction and flexible expansion
- Parameter server and MPI mixed running mode
- Adaptive model partitioning
- Support complex heterogeneous Graph Embedding
- High-performance optimization of large graphs with hundreds of billions of edges
- Enrich the content of machine learning algorithm library
New Features
-
Graph computing layered abstraction and flexible expansion
- Provides three layers of abstraction: graph computing engine layer, graph operation operator layer, and graph algorithm layer
- Provides more than a dozen commonly used operator abstractions such as init, get, walker, sample, etc., as well as custom operator interfaces
-
Parameter server and MPI mixed running mode
- Provides the operating mode of starting Angel PS in Worker (or Executor) in an embedded way. In one model, PS mode and MPI common ring communication topology can be used at the same time.