fix misspell on objective_function and add theata cut score due to discovery of processing cut score
This commit is contained in:
parent
12f4d75c50
commit
7e2305cc91
@ -11,7 +11,8 @@ class SolverRun(BaseModel):
|
|||||||
items: List[Item]
|
items: List[Item]
|
||||||
constraints: List[Constraint]
|
constraints: List[Constraint]
|
||||||
irt_model: IRTModel
|
irt_model: IRTModel
|
||||||
objective_fuction: ObjectiveFunction
|
objective_function: ObjectiveFunction
|
||||||
total_form_items: int
|
total_form_items: int
|
||||||
|
theta_cut_score: float = 0.00
|
||||||
advanced_options: Optional[AdvancedOptions]
|
advanced_options: Optional[AdvancedOptions]
|
||||||
engine: str
|
engine: str
|
||||||
|
Loading…
x
Reference in New Issue
Block a user