MCPcopy Create free account
hub / github.com/SoarGroup/Soar / GetNumElaborationsExecuted

Method GetNumElaborationsExecuted

Core/KernelSML/src/sml_AgentSML.cpp:322–325  ·  view source on GitHub ↗

============================= Number of elaborations (or completed phases w/o rules firing) since last init-soar This definitions of elaborations matches with "run 1 -e". If you want to know how many sets of rules have fired you need a different counter. =============================

Source from the content-addressed store, hash-verified

320// If you want to know how many sets of rules have fired you need a different counter.
321//=============================
322uint64_t AgentSML::GetNumElaborationsExecuted()
323{
324 return m_agent->run_elaboration_count ;
325}
326
327//=============================
328//Number of outputs generated by this agent (or times reaching "max-nil-outputs" limit)

Callers 2

GetStepCounterMethod · 0.80
GetRunCounterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected