FWBreakFlag¶
- class paminco.optim.fw.FWBreakFlag(value)[source]¶
Enum defining the status of the FW optimizer.
Possible breakflags:
COST_INVALIDFunction value is smaller than specified lower bound.
NOT_SETUndefined breakflag.
CONVERGEDFrank-Wolfe coverged successfuly for specified tolerance.
MAX_ITERReached maximum number of iterations.
USER_INTERRUPTInterrupt by user.