modeci_mdf.functions

Specifies and implements the MDF the function ontology; a collection of builtin functions that can be used in MDF Function and Parameter objects. Code for registering standard functions are with the ontology is implemented in standard. If you want to add functions to the ontology that can be used during execution see how this has been done for ONNX (onnx) and ACT-R (actr)

modeci_mdf.functions.actr

Contains implementations of ACT-R functions using the ccm library.

modeci_mdf.functions.ddm

modeci_mdf.functions.onnx

Programmatically defines every ONNX operation as a python callable function.

modeci_mdf.functions.standard

Implementation of core MDF function ontology.