some model name changing, and constains model improvement

This commit is contained in:
Josh Burman
2021-09-14 11:46:51 -04:00
parent 43d2088f13
commit b472af6020
6 changed files with 8 additions and 17 deletions

View File

@ -9,4 +9,5 @@ class ObjectiveFunction(BaseModel):
# likely with models representing each objective function type
tif_targets: List[Target]
tcc_targets: List[Target]
objective: "minimize"
weight: Dict = {'tif': 1, 'tcc': 1}