Installed mexIPOPT from the Matlab Add-on manager.
linear_solver = 'pardiso' worked fine, but when I added pardiso_iterative='yes', Matlab crashed.
You can reproduce this in test_TRAIN/main.m, with the following options:
options.ipopt.linear_solver = 'pardiso';
options.ipopt.pardiso_iterative = 'yes';
options.ipopt.pardiso_msglvl = 4 ;
I am using Matlab R2024a on Windows, and panua-pardiso-20240630-win.
Installed mexIPOPT from the Matlab Add-on manager.
linear_solver = 'pardiso'worked fine, but when I addedpardiso_iterative='yes', Matlab crashed.You can reproduce this in
test_TRAIN/main.m, with the following options:I am using Matlab R2024a on Windows, and panua-pardiso-20240630-win.