davidrpugh / pyCollocation

Python package for solving initial value problems (IVP) and two-point boundary value problems (2PBVP).
MIT License
17 stars 8 forks source link

Implement solver for over-identified collocation systems #10

Closed davidrpugh closed 8 years ago

davidrpugh commented 9 years ago

Some models of auctions have more boundary conditions then number of equations. This leads to over-identified collocation systems which can be solved by minimizing some least-squares objective.

davidrpugh commented 8 years ago

Closed as of release 0.6.0-alpha