Click or drag to resize

PerformanceInfoActionProfiles Field

Stores a profile per action (given by name, that gives the average for the loop and search steps needed to achieve the goal or finally fail)

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public readonly Dictionary<string, ActionProfile> ActionProfiles

Field Value

DictionaryString, ActionProfile
See Also