Ideation Project DA Ruwe
This program provides us with an agent based simulation of an ideation game.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
ideation.ActionProvides possible actions and choices
ideation.AgentHandles what agents are and do, including all the algorithms
ideation.AgentQualityComparatorAllows objects of the class Agent to be compared by the quality of their bestIdea
ideation.AgentRewardComparatorAllows objects of the class Agent to be compared by the height of the sum of rewards rewardSum
ideation.ChequeProvides a structure for payments
ideation.ChoiceProvides a structure for choices
ideation.Heuristic.computerPlayerThese are the heuristics available to the computer players
ideation.EnvironmentIs everything that is uncontrollable by anyone, especially the results of the choices
ideation.FlatCollaborativeThe Incentive Scheme ideation.Incentive Flat Collaborative
ideation.FlatPrivateThe Incentive Scheme Flat Private
ideation.GameProvides the structures and methods for a single ideation game
ideation.GameSummaryProvides a structure with all the information easily findable and anlyzable that is needed in the further process chain
ideation.HeuristicProvides variables for heuristics
ideation.IdeaProvides structures and methods for ideas (new and improved)
ideation.IdeaQualityComparatorAllows objects of the class Idea to be compared by quality
ideation.IncentiveProvides all structures and methods that have to do with the incentives, especially responsible for the rewards
ideation.LanguageSpecsMessages, Warnings and Errors are set globally here in English
ideation.NormalDistributionImplements the standard and non standard probability density function (pdf) and cumulative distribution function (cdf) for normal distributions
ideation.PerformanceCollaborativeThe Incentive Scheme Performance Collaborative
ideation.PerformancePrivateThe Incentive Scheme ideation.Incentive Performane Private
ideation.Period
ideation.StatisticalAnalysisAnalyses the transformed files with the statistical software R and formats the output graphically with xelatex
ideation.TestCase
ideation.TransformTransform the XML output into several readable and processable formats (Tex, R)
ideation.TruncatedNormalDistributionImplements the standard and non standard probability density function (pdf) and cumulative distribution function (cdf) for truncated normal distributions
 All Classes Functions Variables