Tianfu Wang

Results 10 comments of Tianfu Wang

Hi, Rory. The inconsistent shape of concatenated arrays may trigger this error. Please check the shape of `norm_node_attrs_data`, `norm_edge_aggr_attrs_data`, `pn_nodes_degree`, and `avg_distance`. Additionally, a new vision will be released recently,...

> > Hi, Rory. The inconsistent shape of concatenated arrays may trigger this error. Please check the shape of `norm_node_attrs_data`, `norm_edge_aggr_attrs_data`, `pn_nodes_degree`, and `avg_distance`. > > Additionally, a new vision...

Thanks for your question. In our current implementation, the reliability-related constraint is not explicitly defined. However, you can easily extend the node attributes and customize its check function to achieve...

Indeed, the implementation of energy modeling requires customized `NodeAttributes`. We plan to release a tutorial that will provide detailed instructions on creating and utilizing this attribute.

Due to code refactoring, there is indeed a bug here. Thanks for your feedback, I'll fix it.

Thank you for your appreciation. Could you provide some references on network slicing that clearly define the problem? After thoroughly understanding them, I will attempt to unify this task into...

Recently, I read a paper from JSAC-2024 titled 'SAST-VNE: A Flexible Framework for Network Slicing in 6G Integrated Satellite-Terrestrial Networks.' This paper presents a formulation of graph mapping that resembles...

Thanks. I agree with most of your insights. The latency feature is still under development due to its complex modeling, and we expect it to be available in November. By...

> That's a good reference, thx; To clarify how I see it, VNE is a graph problem, and Network Slicing is a telco technology. Slicing might be modeled through VNE,...