threedb.scheduling.search_space

This file includes the SearchSpace class which given a list of control and their argements, creates the corresponding search space of the cross product of all controls.

class threedb.scheduling.search_space.SearchSpace(controls)

Bases: object

__init__(controls)

Initialize self. See help(type(self)) for accurate signature.

generate_description()
generate_log(packed_continuous, packed_discrete)
unpack(packed_continuous, packed_discrete)