* Function : epmem_enabled * Author : Nate Derbinsky * Notes : Shortcut function to system parameter **************************************************************************/
| 224 | * Notes : Shortcut function to system parameter |
| 225 | **************************************************************************/ |
| 226 | bool epmem_enabled(agent* thisAgent) |
| 227 | { |
| 228 | return (thisAgent->epmem_params->learning->get_value() == on); |
| 229 | } |
| 230 | |
| 231 | ////////////////////////////////////////////////////////// |
| 232 | ////////////////////////////////////////////////////////// |
no test coverage detected