Hello.
I am studying the difference in computational load when varying the -aa parameter. However, I have two questions in my study.
In my study, -aa is varied between 0 and 1, and the other parameters are fixed at
-dp 256 -ds 0.25 -dt 0.25 -dc 0.5 -dr 1 -st 0.5 -lr 6 -lw 0.01 -ab 3 -ad 1000 -as 2048 -ar 300
(1) When -aa=0
My understanding was that when -aa=0, no completion (irradiance caching) is performed, which would be expected to increase the computational load compared to when completion is performed.
However, in my examination, the computation is completed earlier than any of -aa=0.1~1. The illuminance at the monitor point is also calculated and does not seem to be ending in error. Why is this?
In the case of (2) - aa=10^-5
I understand that when aa ≤ 10^-6, it is considered aa≃0, and we have considered a value very close to that. However, it crashes with the error statement [ rtrace: consistency - address not found in avlmemi ]. What should I do about this?
These are my questions.
I would appreciate it if you could tell me if it is the same.