RhinoCityJSON - RhinoCityJSON 0.6.3 Examples
Grasshopper plugin allowing the CityJSON format to be directly used in Rhino 3D and grasshopper
This component predicts an optimal assembly sequence of 3D trusses.The prediction is implemented by a novel machine learning model trained through reinforcement learning.
历史版本(2)4 人已下载 手机查看
此插件为官方原版未经修改,如需了解对应#rhino插件#的原版信息,可在页面底部点击跳转官方网站进行查看下载。
哪里可以下载到rhino插件
当然是访问建筑曲奇导航的Rhino插件板块,超全rhino 插件下载请访问: rhino插件大全
这个组件包含了一个经过训练的强化学习代理,用于优化桁架结构的组装顺序。代理预测的构件组装顺序预计将在组装过程中最小化临时支撑的使用。
桁架模型被转换成一种称为图的数据结构,包括节点和边。应用一种结合图嵌入和强化学习的新机器学习方法,开发了一个能够高效生成任意3D桁架稳定组装路径的代理。
## 2022.Apr.27 ##
组件版本更新
·发布了Assembly Sequence Predictor组件(Assembly Sequence文件夹)
·发布了Examples(example GH implementations)的第一个版本。
## 2022.May.1 ##
·通过重新训练修改了可训练参数。
## 2022.Jun.8 ##
·优化了实现。
·在组件下方显示预测进度。