ocean::RunOption

Neurocean大约 1 分钟

ocean::RunOption

运行选项 More...

#include <Option.hpp>

Public Functions

Name
RunOption(bool profile, bool runPlasticity, int time)
构造运行选项
boolgetProfile()
获取运行分析
voidsetProfile(bool profile)
设置运行分析
boolgetRunPlasticity()
获取运行突触可塑性
voidsetRunPlasticity(bool learn)
设置运行突触可塑性
floatgetTime()
voidsetTime(float time)
设置运行时间

Public Attributes

Name
Argumentsarguments
存储载体

Detailed Description

struct ocean::RunOption;

运行选项

编译选择使用 Arguments 作为主要的存储载体,具有良好的二进制兼容性及扩展性

Public Functions Documentation

function RunOption

inline RunOption(
    bool profile,
    bool runPlasticity,
    int time
)

构造运行选项

Parameters:

  • profile 运行分析
  • runPlasticity 运行突触可塑性
  • time 运行时长

function getProfile

inline bool getProfile()

获取运行分析

Return:

function setProfile

inline void setProfile(
    bool profile
)

设置运行分析

Parameters:

  • profile

function getRunPlasticity

inline bool getRunPlasticity()

获取运行突触可塑性

Return:

function setRunPlasticity

inline void setRunPlasticity(
    bool learn
)

设置运行突触可塑性

Parameters:

  • learn

function getTime

inline float getTime()

Return:

获取运行时间

function setTime

inline void setTime(
    float time
)

设置运行时间

Parameters:

  • time

Public Attributes Documentation

variable arguments

Arguments arguments;

存储载体


Updated on 2022-08-19 at 17:14:26 +0800

上次编辑于:
贡献者: damone