physbo.misc.set_config module

class physbo.misc.set_config.adam[source]

Bases: online

load(config)[source]

Loading information of configuration from config._sectoins[‘adam’].

Parameters:

config (physbo.misc.set_config object) –

show()[source]

Showing information about configuration about adam object.

class physbo.misc.set_config.batch[source]

Bases: learning

load(config)[source]

Loading information of configuration from config._sectoins[‘batch’].

Parameters:

config (physbo.misc.set_config object) –

show()[source]

Showing information about configuration about batch object.

physbo.misc.set_config.boolean(str)[source]

Return boolean.

Parameters:

str (str or boolean) –

Return type:

True or False

class physbo.misc.set_config.learning[source]

Bases: object

load(config)[source]

Loading information of configuration from config._sectoins[‘learning’].

Parameters:

config (physbo.misc.set_config object) –

show()[source]

Showing information about learning object.

class physbo.misc.set_config.online[source]

Bases: learning

load(config)[source]

Loading information of configuration from config._sectoins[‘online’].

Parameters:

config (physbo.misc.set_config object) –

show()[source]

Showing information about configuration about online object.

class physbo.misc.set_config.search[source]

Bases: object

load(config)[source]

Loading information of configuration from config._sectoins[‘search’].

Parameters:

config (physbo.misc.set_config object) –

show()[source]

Showing information about search object.

class physbo.misc.set_config.set_config(search_config=None, learning_config=None)[source]

Bases: object

load(file_name='config.ini')[source]

Loading information of configuration.

Parameters:
  • file_name (str) –

  • configuration. (An input file name of) –

show()[source]

Showing information of search and learning objects.