GeomScale / volesti

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

update_position complexity improvement #307

Closed vgnecula closed 3 weeks ago

vgnecula commented 4 weeks ago

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

TolisChal commented 3 weeks ago

Thanks!