mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 04:00:30 +08:00
b216c0940c
Added LPSolver class together with two nested classes: LPFunction and LPConstraints. These represent function to be maximized and constraints imposed respectively. They are implementations of interfaces Function and Constraints respectively (latter ones are nested classes of Solver interface, which is generic interface for all optimization algorithms to be implemented within this project). The next step is to implement the simplex algorithm! First, we shall implement it for the case of constraints of the form Ax<=b and x>=0. Then, we shall extend the sets of problems that can be handled by the conversion to the one we've handled already. Finally, we shale concentrate on numerical stability and efficiency.
10 lines
76 B
Plaintext
10 lines
76 B
Plaintext
*.pyc
|
|
.DS_Store
|
|
refman.rst
|
|
OpenCV4Tegra/
|
|
*.user
|
|
.sw[a-z]
|
|
.*.swp
|
|
tags
|
|
build/
|