solve without enemies, initial impl. still requires factoring out

This commit is contained in:
Joshua Burman
2023-11-13 16:37:35 -05:00
parent eb8138eaf9
commit 8667bec8d5
6 changed files with 85 additions and 8 deletions

View File

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