Anders Peterson
Anders Peterson
Thanks for responding, and so fast! Got the `~/Library/Application Support/VisualVM/2.0.6/etc/visualvm.conf` alternative working. If this file had already existed, with some example configurations to "uncomment" I would have found it... The...
It can use the JVM that `JAVA_HOME` points to if that's a supported JVM. My main problem is with how the automatic detection works. Why pick a not (yet) supported...
That was interesting. I can confirm that I see the same problem. The default LP solver does fails to recognise that it found a feasible solution, and therefore reports the...
It's the magnitude of the model parameters that's causing the issue. The algorithm treats 1E-9 as "too small" and therefore pivots on the wrong element causing a small infeasibility. Adjusting...
I don't know. The main reason why it has not yet replaced the old is that it's lacking features to efficiently function as a MIP sub-solver. For pure LP models...
The new LP solver is now set as the default (`develop` branch, version `55.0.0-SNAPSHOT`). Currently if you continue to set: `model.options.experimental = true;` you'll get the old solver. It'll be...
Did it work for you? I'm open to any/all suggestions.
That apply(...) comes from java.util.function.UnaryOperator. Is using the various classes in that package problematic with Kotlin? The NetworkBuilder just wraps the ANN. If you keep it you can continue to...
Whenever I see people use BasicMatrix I worry they think that's the only option and/but it's not what they actually need or want. Did you read this? https://github.com/optimatika/ojAlgo/wiki/Getting-Started
What do you need from me?