enum rgpot_engine_acquire_reason

Overview

Why a learning engine delegated a point to the oracle. More…

#include <engine_c_abi.h>
 
enum rgpot_engine_acquire_reason {
    RGPOT_ACQUIRE_VARIANCE = 1,
    RGPOT_ACQUIRE_CERTIFY  = 2,
    RGPOT_ACQUIRE_BATCH    = 3,
    RGPOT_ACQUIRE_REJECT   = 4,
};

Detailed Documentation

Why a learning engine delegated a point to the oracle.

Enum Values

RGPOT_ACQUIRE_VARIANCE

predictive variance above sigma_lo

RGPOT_ACQUIRE_CERTIFY

verifying a surrogate convergence claim

RGPOT_ACQUIRE_BATCH

batched acquisition sweep

RGPOT_ACQUIRE_REJECT

geometry above sigma_hi, evaluated but not incorporated