icyb

    Home    About    Documentation    Install    Newsline    Links    Feedback    Appeal    Guestbook

free html hit
counter
since 2007/10/24

Linear Least Absolute Value Problem (LLAVP)

(aka LLADP - Linear Least Absolute Deviation Problem)

    ||C*x-d||1 + damp*||x-X||1 -> min

subjected to

  • Box - bound constraints
    • lb <= x <= ub (some coords of lb and ub can be +/- inf)

(some more constraints will be added if appropriate solver(s) will be connected)

Required data: C, d


Note! If damp is provided (by user) but vector X is not, then X is filled by zeros.


OpenOpt LLAVP example >>>


LLAVP solvers

SolverLicenseOptional data that can be handledSparsity handling Made ByInfo
converter to nsp-those that can be handled by the NSP solver involved? DmitreyExample: r = p.solve('nlp:ralg', plot=1). Recommended solvers: ralg, ipopt