Iteration 2 Summary
Business Context: Optimize the selection of basketball teams for a tournament to maximize the overall win percentage while respecting constraints on team diversity and geographical distribution.
Optimization Problem: Maximize the total win percentage of selected teams for a tournament. Constraints include selecting a specific number of teams, ensuring a minimum number of teams from different conferences, and limiting the number of teams from the same location.
Objective: maximize ∑(All_Games_Percent × Team_Selection)
Tables Created: 1
Tables Modified: 0
Tables Deleted: 0
Key Change: Added a new table for win percentage data to complete the objective function mapping. Updated business configuration logic to include a formula for calculating win percentage. Ensured all optimization requirements are mapped correctly.
Status: In progress
Confidence: medium
Next Focus: Map the win percentage data for each team to complete the objective function.
Mapping Adequacy: mostly_good
Business Configuration Parameters: 1
