Closed munvoseli closed 3 years ago
In 3d graphics, gradients are often calculated by sampling points in a tetrahedron rather than an octahedron. This would make the numerical differentiation algorithm use 2/3 as many calls to the potential energy function as it did previously.
Whoops, there was a change I forgot to account for
In 3d graphics, gradients are often calculated by sampling points in a tetrahedron rather than an octahedron. This would make the numerical differentiation algorithm use 2/3 as many calls to the potential energy function as it did previously.