Interface TNTOpts

interface TNTOpts {
    earlyStopping: EarlyStopping;
    maxIterations: number;
}

Properties

earlyStopping: EarlyStopping

Stops the optimization on conditions.

maxIterations: number
4