MCPcopy Create free account
hub / github.com/SoarGroup/Soar / predict_init

Function predict_init

Core/SoarKernel/src/decision_manipulation.cpp:114–118  ·  view source on GitHub ↗

* Function : predict_init **************************************************************************/

Source from the content-addressed store, hash-verified

112 * Function : predict_init
113 **************************************************************************/
114void predict_init(agent* thisAgent)
115{
116 thisAgent->predict_seed = 0;
117 (*thisAgent->prediction) = "";
118}
119
120/***************************************************************************
121 * Function : predict_srand_store_snapshot

Callers 3

init_soar_agentFunction · 0.85
create_soar_agentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected