Support multiple surrogate optima

Issue #6 resolved
Balaji Pokuri created an issue

find_next_query_point() for n_surrogate_opt > 1 case

Comments (2)

  1. Alec Lofquist

    The only hard part about this is that the acquisition function needs to avoid points that have already been found. I don't want to add them to the pending list, since "pending" means the point has already been fed into the cost function at least once (to e.g. start a job). Will work on it more tomorrow.

  2. Log in to comment