Interface IStop
Interface to allow early completion of a long running task.
Namespace: BayesServer
Assembly: BayesServer.dll
Syntax
public interface IStop
Remarks
Note that while IStop will finish the process (for example in a reduced number of iterations), ICancellation will cancel the learning process, throwing an System.OperationCanceledException.
Properties
Stop
When true
, indicates to the algorithm to complete early.
Declaration
bool Stop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |