OptimoJoe / Optizelle

Optizelle [op-tuh-zel] is an open source software library designed to solve general purpose nonlinear optimization problems.
www.optimojoe.com/products/optizelle
63 stars 13 forks source link

MATLAB examples failing due to error with error #19

Closed rapidsnow closed 8 years ago

rapidsnow commented 10 years ago

Any of the MATLAB examples I try to run fail with similar errors to this:

simple_inequality('test_optizelle.out')
Error using error
Too many output arguments.

Error in setupOptizelle>@(x)error(x) (line 167)
    'error',@(x)error(x));

Error in InequalityConstrainedStateReadJson (line 11)
    self=InequalityConstrainedStateReadJson_(X,Z,msg,fname,state);

Error in simple_inequality>main (line 82)
    state=Optizelle.json.InequalityConstrained.read( ...

Error in simple_inequality (line 10)
    main(fname);

Maybe I'm doing something wrong? Or maybe it is an issue with MATLAB 2014a?

josyoun commented 10 years ago

Hmmm. Interesting. Let me investigate that. Technically, if I ever finish issue #5, that will probably eliminate this error. I've a few things on my plate at the moment, but it's my intention to knock out this issue the first week of October.

josyoun commented 8 years ago

Dear lord this is way overdue. Really, it was a one line fix and I apologize for not jumping on it. It should be resolved in commit d727aff2cadc60175c3648658fb453c71fa174e2.