Ideation Project DA Ruwe
This program provides us with an agent based simulation of an ideation game.
|
ideation.Action | Provides possible actions and choices |
ideation.Agent | Handles what agents are and do, including all the algorithms |
ideation.AgentQualityComparator | Allows objects of the class Agent to be compared by the quality of their bestIdea |
ideation.AgentRewardComparator | Allows objects of the class Agent to be compared by the height of the sum of rewards rewardSum |
ideation.Cheque | Provides a structure for payments |
ideation.Choice | Provides a structure for choices |
ideation.Heuristic.computerPlayer | These are the heuristics available to the computer players |
ideation.Environment | Is everything that is uncontrollable by anyone, especially the results of the choices |
ideation.FlatCollaborative | The Incentive Scheme ideation.Incentive Flat Collaborative |
ideation.FlatPrivate | The Incentive Scheme Flat Private |
ideation.Game | Provides the structures and methods for a single ideation game |
ideation.GameSummary | Provides a structure with all the information easily findable and anlyzable that is needed in the further process chain |
ideation.Heuristic | Provides variables for heuristics |
ideation.Idea | Provides structures and methods for ideas (new and improved) |
ideation.IdeaQualityComparator | Allows objects of the class Idea to be compared by quality |
ideation.Incentive | Provides all structures and methods that have to do with the incentives, especially responsible for the rewards |
ideation.LanguageSpecs | Messages, Warnings and Errors are set globally here in English |
ideation.NormalDistribution | Implements the standard and non standard probability density function (pdf) and cumulative distribution function (cdf) for normal distributions |
ideation.PerformanceCollaborative | The Incentive Scheme Performance Collaborative |
ideation.PerformancePrivate | The Incentive Scheme ideation.Incentive Performane Private |
ideation.Period | |
ideation.StatisticalAnalysis | Analyses the transformed files with the statistical software R and formats the output graphically with xelatex |
ideation.TestCase | |
ideation.Transform | Transform the XML output into several readable and processable formats (Tex, R) |
ideation.TruncatedNormalDistribution | Implements the standard and non standard probability density function (pdf) and cumulative distribution function (cdf) for truncated normal distributions |