Main Functionality
- Changed all the copyrights.
ODYSSEE Quasar – Solver
- A new function loadCsvTags() is integrated to load csv file containing some qualitative data (for example tags).
- For maintenance purposes, ROM solvers POD ARBF, POD RBF, POD Kriging, and POD InvD are merged under “pod_all” (the interpolation method being specified further in the external function’s arguments list). POD ARBF, POD RBF, POD Kriging, and POD InvD will still work but not be maintained.
- For maintenance purposes, direct interpolators ARBF, RBF, Kriging, and InvD are merged under “forecast” (the interpolation method is specified further in the external function’s arguments list). ARBF, RBF, Kriging, and InvD will still work but not be maintained.
- A new library is implemented in Quasar called UsualFunction.qsr. All functions described in this library can be used in the main quasar script thanks to the command import “UsualFunction.qsr”.
- Currently, only one useful function is scripting: addLabelsToMatrixAndSave(). This function allows to save a matrix with labels, that saveCsv does not.
- Updated the Quasar documentation.
- Bug Fixes
- Quasar error message when the full database contains the same constant curves (view in CFD). It was fixed with the pod_all operator.
- Quasar Embedded: the processes did not close after running.
- Quasar Embedded occupied a lot of CPU computational resources when it was used.
ODYSSEE Nova – Optimizer
- Bug Fix
- Annealing Simulated algorithm has been rewritten to be compiled in Intel version