k0gane

Results 2 issues of k0gane

## Question I tried tutorial of federated learning on examples/federated-learning/model-centric/mcfl_create_plan.ipynb. And a ConnectionRefusedError was raised at the location shown in the image below. What should I do to resolve this...

Type: Question :grey_question:
0.5

# 現状 現在のbeatorajaのSUD+の計算式は表示部分(全体からLIFTを除いた部分)を1000分割して表示するようになっている。 ``` final double hu = lanes[0].region.y + lanes[0].region.height; final double hl = playconfig.isEnablelift() ? lanes[0].region.y + lanes[0].region.height * playconfig.getLift() : lanes[0].region.y; final double rxhs = (hu -...