Skip to content

PamLinks getting wrong BLDecayStrategy and possibly others  #3

@pulinagrawal

Description

@pulinagrawal

Link to the commit with the TODO in the code explaining the bug and its location

The PamLinks are not getting the base level decay strategy according to what is defined in the PamLinkImpl in the factoryData.xml

    <link name="PamLinkImpl">
            <class>edu.memphis.ccrg.lida.pam.PamLinkImpl</class>
            <defaultstrategy>defaultDecay</defaultstrategy>
            <defaultstrategy>defaultExcite</defaultstrategy>
            <param name="baseLevelDecayStrategy" type="string">slowDecay</param>
            <param name="baseLevelExciteStrategy" type="string">slowExcite</param>
            <param name="baseLevelRemovalThreshold" type="double">0.0</param>
            <param name="baseLevelActivation" type="double">1.0</param>
        </link>

@ryanjmccall @javiersna If either of you get time could you guide me in fixing this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions