| 139 | } |
| 140 | |
| 141 | bool cTestCPUInterface::UpdateMerit(cAvidaContext& ctx, double new_merit) |
| 142 | { |
| 143 | m_test_info.GetTestPhenotype(m_cur_depth).SetMerit(cMerit(new_merit)); |
| 144 | return true; |
| 145 | } |
| 146 | |
| 147 | int cTestCPUInterface::GetStateGridID(cAvidaContext& ctx) |
| 148 | { |
no test coverage detected