some model name changing, and constains model improvement
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user