public class ConsumerPerceivedValueHistogramInitializationScheme extends HistogramInitializationScheme
Constructor and Description |
---|
ConsumerPerceivedValueHistogramInitializationScheme(BoundedUnivariateDistribution perceivedProductAttributeValueDistribution) |
Modifier and Type | Method and Description |
---|---|
double |
determineInitialValue(ProductAttribute correspondingProductAttribute,
ConsumerAgentGroup associatedAgentGroup,
Configuration configuration)
Since the value is derived from the perceived product attribute value distribution, the initial value will be drawn from this distribution
|
public ConsumerPerceivedValueHistogramInitializationScheme(BoundedUnivariateDistribution perceivedProductAttributeValueDistribution)
public double determineInitialValue(ProductAttribute correspondingProductAttribute, ConsumerAgentGroup associatedAgentGroup, Configuration configuration)
determineInitialValue
in class PerceptionInitializationScheme
correspondingProductAttribute
- The product attribute the histogram is set forassociatedAgentGroup
- The ConsumerAgentGroup the agent for which the histogram is set is part ofconfiguration
- The configuration object for the simulation