addition of max attempts limit

This commit is contained in:
Joshua Burman
2023-11-17 19:17:43 -05:00
parent 82b6cd25ed
commit 533f83e2c6
2 changed files with 7 additions and 2 deletions

View File

@ -36,6 +36,7 @@ class SolverRun(BaseModel):
theta_cut_score: float = 0.00
drift_style: Literal['constant', 'variable'] = 'constant'
allow_enemies: bool = False
max_attempts: int
advanced_options: Optional[AdvancedOptions]
engine: str