Skip to content

Doubt: Activity Driven Model  #53

@User-DK

Description

@User-DK

I had a doubt that whether opinion can lie beyond the [-1,1] range because for activity driven model it does happens with this conf file
https://github.com/seldon-code/seldon/blob/main/test/res/10_agents_meanfield_activity.toml

Please if you can run the simulation and check it from the opinion output file.

if its correct then again a thought arises that this test case is passing as okay how ??

if( above_critical_controversialness )
REQUIRE( std::abs( agent.data.opinion ) > std::abs( initial_opinion_delta ) );
else
REQUIRE( std::abs( agent.data.opinion ) < std::abs( initial_opinion_delta ) );

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