Hello,
Is there a way to set the sensor to sub-sample the time record to reduce the number of data points recorded during the simulation and thus the memory requirements to run?
Thank-you in advance
Hello,
Is there a way to set the sensor to sub-sample the time record to reduce the number of data points recorded during the simulation and thus the memory requirements to run?
Thank-you in advance
Hi Bellamy,
There is currently no option to do this. You can set sensor.record_start_index
(-s
in the C++ code) to start recording at a later time step, in case that's helpful. If you are using the MATLAB version and you know your way around MATLAB, it would be relatively easy to hack this into the code.
Brad.
You must log in to post.