wolffd@0: function opt_vect = foptions() wolffd@0: % FOPTIONS Sets default parameters for optimisation routines wolffd@0: % For compatibility with MATLAB's foptions() wolffd@0: % wolffd@0: % Copyright (c) Dharmesh Maniyar, Ian T. Nabney (2004) wolffd@0: wolffd@0: opt_vect = zeros(1, 18); wolffd@0: opt_vect(2:3) = 1e-4; wolffd@0: opt_vect(4) = 1e-6; wolffd@0: opt_vect(16) = 1e-8; wolffd@0: opt_vect(17) = 0.1;