Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IIterativeEvaluation.cs
1namespace Waher.Script.Model
2{
8 public interface IIterativeEvaluation
9 {
14
20 }
21}
A function that can be iteratively evaluated, meaning it can be iteratively computed one element at a...
IIterativeEvaluator CreateEvaluator()
Creates an iterative evaluator for the node.
bool CanEvaluateIteratively
If the node can be evaluated iteratively.
An interative evaluator of a function supporting the IIterativeEvaluation interface.