Grail (C#)  1.3.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
Grail.Evaluators.Curves.PowerFunction< ContextType > Member List

This is the complete list of members for Grail.Evaluators.Curves.PowerFunction< ContextType >, including all inherited members.

Curve(Evaluator< ContextType > childEvaluator)Grail.Evaluators.Curves.Curve< ContextType >inline
DebugDump(IReadOnlyDictionary< object, int > nodeMapping, ref EvaluationDebugData debugData)Grail.Evaluators.Curves.Curve< ContextType >inlineprotectedvirtual
Evaluate(ContextType context, in UtilityEvaluatorSnapshot snapshot)Grail.Evaluators.Curves.Curve< ContextType >inlineprotectedvirtual
EvaluateContext(ContextType context, in UtilityEvaluatorSnapshot snapshot)Grail.Evaluators.Evaluator< ContextType >inline
EvaluatorType (defined in Grail.Evaluators.Curves.PowerFunction< ContextType >)Grail.Evaluators.Curves.PowerFunction< ContextType >
PowerFunction(Evaluator< ContextType > childEvaluator, float slope, float intercept, float exponent)Grail.Evaluators.Curves.PowerFunction< ContextType >inline
PowerFunction(Evaluator< ContextType > childEvaluator, KeyValuePair< float, float > firstPoint, KeyValuePair< float, float > secondPoint, float initExponent)Grail.Evaluators.Curves.PowerFunction< ContextType >inline
Sample(float argument)Grail.Evaluators.Curves.PowerFunction< ContextType >inlinevirtual