Jason K. Moore

Results 1406 comments of Jason K. Moore

But that only "fixes" it for our plots. The data still has this bad value.

I'm fine if we fix it for our plots, but this is just a bandaid and we still need to actually fix it.

I would like to think about this one more. We don't need an immediate fix.

Yes, absolutely. IPOPT has to evaluate the functions opty creates thousands or even millions of times. It is critical these are fast for research grade problems.

Yes, but it will always be much slower than the cython backend.

The Cython backend is by far always better for all problems in evaluation performance of the constraints and Jacobian functions.

lambdify generates Python code and then executes it with `eval()` to create a function (all in memory), this will always be faster than what opty does, which is generate C...

intel-openmp installs and the warning for not being able to compile with the openmp flag did not show up but there was no openmp performance increase: ``` Run python examples/parallel_example.py...