MCFIConfig¶
- class paminco.algo.mcfi.MCFIConfig(**kw)[source]¶
Settings for the Marginal Cost Flow Interpolator.
See also
- Attributes
- lambda_minfloat
Minimum demand factor to find mincost flow for.
- lambda_maxfloat
Maximum demand factor to find mincost flow for.
adaptive_method
AdaptiveMethodEnum defining the step rule used in the MCFI algorithm.
- alphafloat
Relative tolerance for alpha-beta-approximation.
- betafloat
Absolute tolerance for alpha-beta-approximation.
- epsilonfloat
Convergence threshold for optimizer.
- warmstartbool
If True and feasible, optimizer is warmstarted.
- printbool
if True, an interation summary is printed after each iteration.