[ojAlgo-user] How to set OjAlgoUtils.ENVIRONMENT?
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Leon G. <st1...@st...> - 2017-07-01 19:14:41
|
Hey, I managed to solve small linear optimization problems using ojAlgo. Unfortunately, for bigger problems of approx. 450 variables and up it takes ages and the memory limits the execution. Hence I increased the memory using the -Xmx JVM argument. But now I get an error stating to modify "OjAlgoUtils.ENVIRONMENT" according to my system. I tried to use "Hardware.makeSimple("x86_64", 17179869184l, 4).virtualise();" but I still receive the very same error. Any hints how to set the environment field correctly? Best regards, Leon |