PrinCompOptions.maxIter

Maximum iterations for the optimization procedure. After this many iterations, the algorithm gives up and calls teh solution "good enough" no matter what. For exploratory analyses, "good enough" solutions can be had fast sometimes by making this value small. Default: uint.max

struct PrinCompOptions
uint maxIter;

Meta