OpenMDAO-Plugins / pyopt_driver

Driver wrapper for the open-source optimization package pyOpt
Other
9 stars 10 forks source link

set fd step size using self.gradient_options.fd_step #6

Closed fzahle closed 10 years ago

fzahle commented 10 years ago

when letting pyopt handle the finite differencing, the fd step size cannot currently be set by the user. it doesn't seem to be possible to set it via the options dictionary, but has to be set when executing the opt problem.