fix misspell on objective_function and add theata cut score due to discovery of processing cut score

This commit is contained in:
Josh Burman 2021-10-27 02:15:26 +00:00
parent 12f4d75c50
commit 7e2305cc91

View File

@ -11,7 +11,8 @@ class SolverRun(BaseModel):
items: List[Item]
constraints: List[Constraint]
irt_model: IRTModel
objective_fuction: ObjectiveFunction
objective_function: ObjectiveFunction
total_form_items: int
theta_cut_score: float = 0.00
advanced_options: Optional[AdvancedOptions]
engine: str