GeomScale / volesti

Practical volume computation and sampling in high dimensions
GNU Lesser General Public License v3.0
146 stars 116 forks source link

update_position complexity improvement #307

Closed vgnecula closed 5 months ago

vgnecula commented 5 months ago

Rewrote the update_position() function to improve its complexity by mathematically rearranging it.

TolisChal commented 5 months ago

Thanks!