qpsolvers / qpbenchmark

Benchmark for quadratic programming solvers available in Python
Apache License 2.0
111 stars 10 forks source link

Cold start only #101

Open stephane-caron opened 11 months ago

stephane-caron commented 11 months ago

Is your proposal related to a problem?

No.

Describe the solution you'd like

The benchmark only performs cold-start calls. It would be nice to cater to warm and hot start as well.

Additional context

Warm and hot starting are commonly used in model predictive control.