Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ ResetInputs
Method
ResetInputs
avida-core/source/cpu/cTestCPU.cc:431–435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
430
431
void cTestCPU::ResetInputs(cAvidaContext& ctx)
432
{
433
if (!m_use_manual_inputs)
434
m_world->GetEnvironment().SetupInputs(ctx, input_array, m_use_random_inputs);
435
}
436
Callers
4
Inst_TaskGet2
Method · 0.45
Inst_TaskPutResetInputs
Method · 0.45
Inst_Terminate
Method · 0.45
PromoterTerminate
Method · 0.45
Calls
1
SetupInputs
Method · 0.80
Tested by
no test coverage detected