Main Functionalities
- Learning speed for Neural Networks (MINN and MLP) has been improved.
- New function read_OUTPUT() added in the <Useful_Functions.qsr> allowing to display in the command prompt the content of the OUTPUT file generated from external function execution.
Known Bug
- Kriging interpolation (direct or with POD, FFT, Clustering) with cubic basis function is returning the error
“LU decomposition failed. at “
ODYSSEE Quasar – Solver
- The error message of MLP function that appears when normalization is not possible has been updated.
- Bug Fix
- With the MLP solver, if the data contained columns full of zeros, the normalization was not possible, which blocked interpolation. This is fixed, if there are columns full of zeros, these are skipped, and normalization is not applied.
ODYSSEE Nova – Optimizer
- Bug Fix
- The SQP algorithm was diverging since 2023.1 version.