delphi.GrFN.networks.ForwardInfluenceBlanket.run
- ForwardInfluenceBlanket.run(inputs: Dict[str, Union[float, Iterable]], covers: Dict[str, Union[float, Iterable]]) Union[float, Iterable] [source]
Executes the FIB over a particular set of inputs and returns the result. :param 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.