Documentation For Encog 2.x

HopfieldLogic.RunUntilStable Method

Run the network until it becomes stable and does not change from more runs.

public int RunUntilStable(
   int max
);

Parameters

max
The maximum number of cycles to run before giving up.

Return Value

The number of cycles that were run.

See Also

HopfieldLogic Class | Encog.Neural.Networks.Logic Namespace