ANN v54.0.0 #562
apete
started this conversation in
General, ojAlgo and related code
ANN v54.0.0
#562
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just released ojAlgo v54.0.0.
This is primarily a cleanup and refactoring release. Many things that were previously marked as deprecated are now actually removed. There are also direct api breaking changes. Most notably the
Primitive64Store
andPrimitive32Store
classes have been renamedR064Store
andR032Store
. Apart from the name changes the classes are identical – just do a search-and-replace and everything should work as before.SparseStore
instances are created.Full changelog
Regarding the new LP solver: There are no real changes to either of the LP solver algorithms with this release and the "old" is still the default. Still, there has been a significant amount of internal refactoring. The two LP solver implementations now actually share a lot of code. The intention is that the next release will have real changes/improvements to the LP and MIP solvers.
Beta Was this translation helpful? Give feedback.
All reactions