delphi.GrFN.networks.GroundedFunctionNetwork.run
- GroundedFunctionNetwork.run(inputs: Dict[str, Union[float, Iterable]]) Union[float, Iterable]
Executes the GrFN over a particular set of inputs and returns the result.
- Parameters:
inputs – Input set where keys are the names of input nodes in the GrFN and each key points to a set of input values (or just one).
- Returns:
A set of outputs from executing the GrFN, one for every set of inputs.