I don’t think so as I had success explaining away the paradox with concept of “different levels of detail”—saying that free will is a very high-level concept and further observations reveal a lower-level view, calling upon analogy with algorithmic programming’s segment tree.
(Segment tree is a data structure that replaces an array, allowing to modify its values and compute a given function over all array elements efficiently. It is based on tree of nodes, each of those representing a certain subarray; each position is therefore handled by several—specifically, O(logn) nodes.)
I don’t think so as I had success explaining away the paradox with concept of “different levels of detail”—saying that free will is a very high-level concept and further observations reveal a lower-level view, calling upon analogy with algorithmic programming’s segment tree.
(Segment tree is a data structure that replaces an array, allowing to modify its values and compute a given function over all array elements efficiently. It is based on tree of nodes, each of those representing a certain subarray; each position is therefore handled by several—specifically, O(logn) nodes.)