Closed luisfabib closed 4 years ago
All reamining dependencies have been removed in the following commits:
fmincon
and lsqnonlin
solvers used for the fitparamodel
function now have open-source alternatives fminsearchbnd
and nlsqbnd
, respectively. If the toolbox is available, the MATLAB solvers will be used by default, otherwise the open-source solvers will be set as default.prctile
and pdist
functions from the toolbox have been locally implemented.
In order for the DOE to be usable with the core MATLAB product without any additional (purchaseable) toolbox the following dependencies must be eliminated::
Optimization toolbox - need to find good open-source alternatives to the fmincon, lsqnonlin, ...
Statistics and Machine Learning toolbox - the sensitivity analysis function now requires the pdist map, this must be changed by an open-source alternative
The functionality does not need to be removed, and toolbox-dependent functions can be used optionally.