secondmind-labs/trieste

Constraint acquisition functions retraced unnecessarily

Opened this issue · 0 comments

The constraint acquisition functions used by ExpectedConstrainedImprovement are currently being retraced on each call, since the call signature changes each time as we accumulate more data. We should look at how to fix this, possibly by specifying an input_signature for the affected functions such as ProbabilityOfFeasibility.