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

Function epmem_enabled

Core/SoarKernel/src/episodic_memory.cpp:226–229  ·  view source on GitHub ↗

* Function : epmem_enabled * Author : Nate Derbinsky * Notes : Shortcut function to system parameter **************************************************************************/

Source from the content-addressed store, hash-verified

224 * Notes : Shortcut function to system parameter
225 **************************************************************************/
226bool epmem_enabled(agent* thisAgent)
227{
228 return (thisAgent->epmem_params->learning->get_value() == on);
229}
230
231//////////////////////////////////////////////////////////
232//////////////////////////////////////////////////////////

Callers 1

do_one_top_level_phaseFunction · 0.85

Calls 1

get_valueMethod · 0.45

Tested by

no test coverage detected