https://kotlinlang.org logo
#feed
Title
# feed
t

thomasnield

01/04/2018, 12:21 AM
First blog article in awhile, a followup to an example I presented at my KotlinConf talk. I'm planning a series of posts on using Kotlin for linear/integer programming and optimization. http://tomstechnicalblog.blogspot.com/2018/01/kotlinforoperationalplanningandoptimiza.html
👍 4
a

andrei.formiga

01/04/2018, 1:15 AM
interesting… how’s the performance of ojAlgo in comparison with CPLEX, Gurobi or even other OSS like COIN-OR?
t

thomasnield

01/04/2018, 2:13 AM
@andrei.formiga ojAlgo supports CPLEX if you have it. I've heard its default performance is one of the fastest among non-commercial JVM implementations. Not sure about the other implementations you mentioned. I'm sure benchmarks are published. I might be pushing its limits right now though. I need to finish investigating my use case, but it seems to choke when you throw a thousand binary variables at it. If that's the case I may need to plug in CPLEX which I mention at the end of the article.
a

andrei.formiga

01/04/2018, 3:27 AM
cool, curious to see the results if you do thatr
t

thomasnield

01/04/2018, 11:36 AM
I'll let you know, or I'll blog about it later