monad.ai / readAdaptiveWeights
Function: readAdaptiveWeights()
readAdaptiveWeights():
Record<string,number>
Defined in: kernel/adaptiveWeights.ts:245
Returns the current globally learned scorer weights.
Falls back to DEFAULT_WEIGHTS for any key missing or invalid in the kernel. Custom scorer weights added by the learning loop are also returned. The _meta internal field is always excluded.
Returns
Record<string, number>