add rasch functionality to form generation

This commit is contained in:
brmnjsh
2023-10-24 20:06:20 +00:00
parent 8ba6b95f21
commit 73f25edfa6
4 changed files with 10 additions and 1 deletions

View File

@ -72,6 +72,7 @@ class FormGenerationService(Base):
current_drift = 0 # FF Tokyo Drift
# adding an element of randomness to the items and bundles used
# may need to change impl based on limit of items available
selected_items = self.solver_run.select_items_by_percent(30)
selected_bundles = self.solver_run.select_bundles_by_percent(
30)