FWBreakFlag

class paminco.optim.fw.FWBreakFlag(value)[source]

Enum defining the status of the FW optimizer.

Possible breakflags:

COST_INVALID

Function value is smaller than specified lower bound.

NOT_SET

Undefined breakflag.

CONVERGED

Frank-Wolfe coverged successfuly for specified tolerance.

MAX_ITER

Reached maximum number of iterations.

USER_INTERRUPT

Interrupt by user.