RunOption
小于 1 分钟
RunOption
RunOption Objects
class RunOption()
运行选项
编译选择使用 Arguments 作为主要的存储载体,具有良好的二进制兼容性及扩展性
__init__
def __init__(profile, runPlasticity, time)
init(self: ocean.ocean.RunOption, profile: bool, runPlasticity: bool, time: int) -> None
构造运行选项
Parameter profile
: 运行分析
Parameter runPlasticity
: 运行突触可塑性
Parameter time
: 运行时长
nodeArgs
存储载体
profile
运行分析
runPlasticity
运行突触可塑性
time
运行时间