physbo.misc.set_config module

class physbo.misc.set_config.adam[ソース]

ベースクラス: physbo.misc.set_config.online

load(config)[ソース]

Loading information of configuration from config._sectoins['adam'].

パラメータ:config (physbo.misc.set_config object) --
show()[ソース]

Showing information about configuration about adam object.

class physbo.misc.set_config.batch[ソース]

ベースクラス: physbo.misc.set_config.learning

load(config)[ソース]

Loading information of configuration from config._sectoins['batch'].

パラメータ:config (physbo.misc.set_config object) --
show()[ソース]

Showing information about configuration about batch object.

physbo.misc.set_config.boolean(str)[ソース]

Return boolean.

パラメータ:str (str or boolean) --
戻り値:
戻り値の型:True or False
class physbo.misc.set_config.learning[ソース]

ベースクラス: object

load(config)[ソース]

Loading information of configuration from config._sectoins['learning'].

パラメータ:config (physbo.misc.set_config object) --
show()[ソース]

Showing information about learning object.

class physbo.misc.set_config.online[ソース]

ベースクラス: physbo.misc.set_config.learning

load(config)[ソース]

Loading information of configuration from config._sectoins['online'].

パラメータ:config (physbo.misc.set_config object) --
show()[ソース]

Showing information about configuration about online object.

class physbo.misc.set_config.search[ソース]
load(config)[ソース]

Loading information of configuration from config._sectoins['search'].

パラメータ:config (physbo.misc.set_config object) --
show()[ソース]

Showing information about search object.

class physbo.misc.set_config.set_config(search_config=None, learning_config=None)[ソース]
load(file_name='config.ini')[ソース]

Loading information of configuration.

パラメータ:
  • file_name (str) --
  • input file name of configuration. (An) --
show()[ソース]

Showing information of search and learning objects.