addition of max attempts limit
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user