8 #include "BaseWeightUpdater.hpp" 9 #include "columns/HyPerCol.hpp" 10 #include "utils/MapLookupByType.hpp" 14 BaseWeightUpdater::BaseWeightUpdater(
char const *name, HyPerCol *hc) { initialize(name, hc); }
16 int BaseWeightUpdater::initialize(
char const *name, HyPerCol *hc) {
17 return BaseObject::initialize(name, hc);
20 void BaseWeightUpdater::setObjectType() { mObjectType =
"Updater for "; }
28 parent->parameters()->ioParamValue(
29 ioFlag, name,
"plasticityFlag", &mPlasticityFlag, mPlasticityFlag );
int ioParamsFillGroup(enum ParamsIOFlag ioFlag) override
virtual void ioParam_plasticityFlag(enum ParamsIOFlag ioFlag)
plasticityFlag: Specifies if the weights will update