Reduce tolerance during function evaluation : use str instead of tuple for dict keys

Issue #16 on hold
Balaji Pokuri created an issue

Current implementation uses tuple to convert query point into dictionary key, resulting in a 16 digit precision in keys. It may be better to use limited precision string instead of a tuple. That can also remove unrealistic accuracy in search space.

Comments (2)

  1. Balaji Pokuri reporter

    A simple fix is through commit a5d67a9 -- check nearness before adding point into covariance matrix even if function is evaluated.

  2. Log in to comment