Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address recent performance regression
Reported in the schrodigner bug tracker as SHARED-7789 Our performance monitoring tests noticed that coordgen got about 10x slower after PR schrodinger#81. I guess the inner loop of minimization must be hitting the max pretty frequently! We should address that too. (this doubles the max iterations from before schrodinger#81, but that's ok because schrodinger#81 halved the calls to this function)
- Loading branch information