Iteration 1 Summary
Business Context: A film festival aims to maximize the total audience engagement by selecting a subset of artworks to nominate, considering constraints such as the number of nominations per festival and the diversity of artwork types.
Optimization Problem: The festival wants to maximize the total audience engagement by selecting a subset of artworks to nominate. The engagement is estimated based on the number of audiences each festival attracts and the type of artwork. The selection must respect constraints on the maximum number of nominations per festival and ensure a minimum diversity of artwork types.
Objective: maximize ∑(Engagement_Score[Artwork_ID, Festival_ID] × Nomination_Decision[Artwork_ID, Festival_ID])
Tables Created: 3
Tables Modified: 1
Tables Deleted: 0
Key Change: Schema changes include creating tables for engagement scores, festival nominations, and artwork types. Configuration logic updates include scalar parameters for max nominations and min diversity, and a formula for engagement score calculation.
Status: In progress
Confidence: medium
Next Focus: Define and map the missing coefficients and constraints, particularly the engagement score and diversity requirements.
Mapping Adequacy: needs_improvement
Business Configuration Parameters: 3
