feat: memory + tags

This commit is contained in:
莘权 马 2023-08-23 13:02:23 +08:00
parent 01c487fb6a
commit 937bd12a63
4 changed files with 23 additions and 3 deletions

View file

@ -60,7 +60,7 @@ def test_init():
for i in inputs:
seed = Inputs(**i)
options = Config().runtime_options
cost_manager = CostManager(options=options)
cost_manager = CostManager(**options)
teacher = Teacher(options=options, cost_manager=cost_manager, name=seed.name, profile=seed.profile,
goal=seed.goal, constraints=seed.constraints,
desc=seed.desc, **seed.kwargs)