GuidedSearch PrefrontalCortex implementation. More...
#include <Neuro/PrefrontalCortex.H>
Public Member Functions | |
PrefrontalCortexGS (OptionManager &mgr, const std::string &descrName="PrefrontalCortexGS", const std::string &tagName="PrefrontalCortexGS") | |
Constructor. | |
virtual | ~PrefrontalCortexGS () |
Destructor. | |
Protected Member Functions | |
SIMCALLBACK_DECLARE (PrefrontalCortexGS, SimEventInputFrame) | |
Callback for when a new input frame is available. | |
Protected Attributes | |
OModelParam< std::string > | itsFilename |
file to save sT and sD values |
GuidedSearch PrefrontalCortex implementation.
This PFC loads up a set of gains and applies them to the submaps and channels, thereby implementing Jeremy Wolfe's Guided Search (Wolfe, 1994).
Definition at line 170 of file PrefrontalCortex.H.
PrefrontalCortexGS::PrefrontalCortexGS | ( | OptionManager & | mgr, | |
const std::string & | descrName = "PrefrontalCortexGS" , |
|||
const std::string & | tagName = "PrefrontalCortexGS" | |||
) |
PrefrontalCortexGS::~PrefrontalCortexGS | ( | ) | [virtual] |
Destructor.
Definition at line 337 of file PrefrontalCortex.C.
PrefrontalCortexGS::SIMCALLBACK_DECLARE | ( | PrefrontalCortexGS | , | |
SimEventInputFrame | ||||
) | [protected] |
Callback for when a new input frame is available.
OModelParam<std::string> PrefrontalCortexGS::itsFilename [protected] |
file to save sT and sD values
Definition at line 186 of file PrefrontalCortex.H.