NPSOL optimizer in OpenMx
Posted on

Forums
Hi,
I'd like to use NPSOL optimizer. I tried to switch from CSOLNP to NPSOL optimizer using mxOption but it doesn't work. Also, I was not able to install NPSOL by applying omxGetNPSOL() function. What should I do to use NPSOL optimizer? I use Windows 10, and my version of R is 3.5.1, and OpenMx 2.10.
best regards,
Krzysiek
install.OpenMx
`umx_set_optimizer()` will show your available options, and let you set them
`umx_set_optimizer("NPSOL")`
Best, tim
Log in or register to post comments
In reply to install.OpenMx by tbates
Thank you for the information
best,
Krzysiek
Log in or register to post comments
In reply to Thank you for the information by krzysiek
try this instead
source('https://openmx.ssri.psu.edu/software/getOpenMx.R')
, into the R prompt and hit the Enter key. You may then want to restart R before trying to load OpenMx. You are indeed correct that Windows will not allow a package that's currently loaded to be overwritten on disk.
Log in or register to post comments
In reply to try this instead by AdminRobK
Thank you! It works! Krzysiek
Krzysiek
Log in or register to post comments
In reply to Thank you! It works! Krzysiek by krzysiek
Glad to hear it.
Log in or register to post comments