FWMode

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

Enum defining the update mode of the FW solver.

Possible modes:

STEP_SIZE_DETERIATION

solution is updated as \(\mathbf{x}_{i+1} = (1-\eta)*\mathbf{x}_{i} + \eta * \mathbf{s}_i\) where \(\eta = \frac{2}{2+i}\).

LINESEARCH

solution is updated as \(\mathbf{x}_{i+1} = (1-\eta)*\mathbf{x}_{i} + \eta * \mathbf{s}_i\) where \(\eta\) is found by minimizing \(f\) on a line between \(\mathbf{x}_i\) and \(\mathbf{s}_i\).

PARTAN

bla

References

1

Florian, Michael, J Guálat, and H Spiess. “An efficient implementation of the “Partan” variant of the linear approximation method for the network equilibrium problem.” Networks 17.3 (1987): 319-339.