Thomj-Dev / SEMBAS

GNU General Public License v3.0
0 stars 0 forks source link

Surface Vector Approximation Backpropagation #3

Closed ThomJ130 closed 2 months ago

ThomJ130 commented 3 months ago

The surface direction can accrue error over time to the how the vectors are approximated. We can improve accuracy by consider more neighboring boundary nodes in the approximation.

Backpropagation, in this context, would involve averaging a parent halfspace's surface vector with neighboring boundary surface vectors when a new child is added to the parent.