Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
A collection of utilities for creating Lambda Feedback evaluation functions for the Wolfram Language
Contributed by: Andreas Pfurtscheller
The EvaluationFunctionToolkit is designed to seamlessly integrate with the Lambda Feedback Platform, enabling efficient and reliable communication with the evaluation function shim. At its core, the Serve function launches a TCP server that allows the shim to interact with any custom evaluation function.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["LambdaFeedback/EvaluationFunctionToolkit"]
To load the code after installation, evaluate this code:
Needs["LambdaFeedback`EvaluationFunctionToolkit`"]
Create a simple evaluation function comparing "answer" and "response", and returning the evaluation result:
In[1]:= | ![]() |
Then, use "Serve" to serve the evaluation function:
In[2]:= | ![]() |
Wolfram Language Version 13.