physbo.misc.set_config module

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

ベースクラス: 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[ソース]

ベースクラス: 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[ソース]

ベースクラス: 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[ソース]

ベースクラス: object

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)[ソース]

ベースクラス: object

load(file_name='config.ini')[ソース]

Loading information of configuration.

パラメータ:
  • file_name (str) --

  • configuration. (An input file name of) --

show()[ソース]

Showing information of search and learning objects.