Delaunay Class
Inherits from the Sampler class and augments pick and update with the mechanics of the Delanauy triangulation method
scipy.spatial.qhull.Delaunay -- The Delaunay triangulation model object
dict -- Cached values of simplices for Delaunay triangulation
float -- The priority of exploration against exploitation
See also
Initialises the Delaunay class
Note
Currently only supports rectangular type restrictions on the
parameter space
| Parameters: |
|
|---|
Methods
| __init__(lower, upper[, explore_priority]) | Initialises the Delaunay class |
| pick() | Picks the next location in parameter space for the next observation |
| update(uid, y_true) | Updates a job with its observed value |