Re: Parallel package suggestion
vrozos <[email protected]> Fri, 12 Feb 2021 12:35:39 -0600 (CST)
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
To my knowledge, for the sake of execution speed, Octave does not check before each execution whether a function file has changed. However, eventually, the main Octave sees the change (after a "clear -f", or after multiple calls). I can confirm this because the change in loss-function (reduce the sampling size) results in faster execution of loss-function (measured with tic-toc). However, the total optimization does not conclude faster, unless I restart Octave (or kill sub-engines). -- Sent from: https://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html