Slow code because of RLData
warfarin.state
and warfarin.complete_state
require new RLData
be generated every time they are called! Things that will improve the performance:
- Two
RLData
should be able to be combined. - Fixed parts of
warfarin.state
andwarfarin.complete_state
should be fixed and only variable parts should be generated each time. - An
exchange_protocol
should be defined that allows skippingSubject.complete_state
.