A function, constructed by context.
The candidate rules never train or change. Your examples only determine which rule can be used.
Fixed candidate rule spacePROBE x = 4
DOUBLE 2x
SQUARE x²
CONSTANT 4
1
Load contextObserve input-output examples.
2
PredictChoose a rule or underdetermined.
3
FilterKeep every rule matching all examples.
4
ProbeCompare the remaining outputs at x = 4.