-
- Downloads
Add support for mode_compute=1 under Octave
Since version 1.6, the optim Forge package has an implementation of fmincon. Hence we can now use mode_compute=1 under Octave. This commit also adds tests/optimizers/fs2000_1.mod to the testsuite. It will be skipped under MATLAB if the optimization toolbox is not there, or under Octave if optim ≥ 1.6 is not there.
Showing
- doc/manual/source/the-model-file.rst 4 additions, 2 deletionsdoc/manual/source/the-model-file.rst
- matlab/optimization/dynare_minimize_objective.m 23 additions, 6 deletionsmatlab/optimization/dynare_minimize_objective.m
- matlab/user_has_octave_forge_package.m 16 additions, 9 deletionsmatlab/user_has_octave_forge_package.m
- tests/Makefile.am 1 addition, 0 deletionstests/Makefile.am
- tests/optimizers/fs2000_1.mod 1 addition, 1 deletiontests/optimizers/fs2000_1.mod
Loading
Please register or sign in to comment