Skip to content

Question about loading personal history data #1217

Open
@Mr-yang12345

Description

@Mr-yang12345

If I manually measure some data, that is, configuration-performance pairs, and load them into SMAC, is the following code correct?

for performance, config in config_perf_pairs:
    config_instance = Configuration(configuration_space=config_space, values=config)
    smac.runhistory.add(config=config_instance, cost=performance, seed=0)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions