artofscience / SAOR

Sequential Approximate Optimization Repository
GNU General Public License v3.0
5 stars 1 forks source link

Check correct working of interior-point solvers (ipx, ipxy, ipxyz) #107

Open artofscience opened 2 years ago

artofscience commented 2 years ago

According to recent feedback from @aatmdelissen there might be a bug in the subsolvers. We will need to check this with appropriate tests.

artofscience commented 2 years ago

@aatmdelissen could you point towards what/where this issue occurred?

aatmdelissen commented 2 years ago

Some solvers did not converge or did so very slowly. Overall the performance was pretty bad for most of the subsolvers. We might need some basic tests and performance benchmarks for all the subsolvers.

artofscience commented 2 years ago

See issue 96