A-Eye App
This version includes the following:
- For a better visual in the curve displayer:
- Possibility to adjust the width of the displayer for images and curves in the learning and predictive tabs, thanks to a splitter separating the display window and the database part.
- Possibility to change the main title of the curve graphic in the learning and predictive tabs.
- In the curve graphic window, the title has been cantered.
- For a better usage:
- To avoid confusion, when the user clicks on “Prediction” button, first the results that were already displayed from a previous prediction are now cleared up, before performing a new prediction.
- We have added a button to open the current project directory and see the computation files.
- A scrolling bar has been added to the Quasar error message window.
- A space used to appear when the title of the customization was too long.
- In “Methods analysis & settings” window dedicated to find the best predictive method:
- Fixed a crash when the user clicked on “new project” after applying the modifications suggested by the window “prediction method”.
- Fixed a random bug when the execution of the compare method was done.
- The log is now displayed in real time.
- A button has been added to manually save the log file after performing the methods comparisons.
- Fixed names for error criteria.
- The script of Prediction method didn’t display the header presenting the method at the correct position in the log. Note that it was not impacting Cross Validation results.
A-Eye Manager
- In the STL extraction script, we can now specify the desired decimal place number for the criteria extracted from STL.
- Add the Quasar Help in the A-Eye Manager interface.
- From now on, a different name must be applied for X inputs or Y outputs defined in the Manager, else an error message will appear when the user finishes configuring his customization.
- Bug Fixes
- There was a value error in the loadCsv script generating the impossibility to use this extraction script.
- The Quasar entropy function has an additional argument, impacting this modification in the extraction script “Grey_Entropy_Function”. Thus, the Noise spectrum example customization has been updated.
- Due to different results with InvD algorithm if we run one case alone or with other cases at the same time, the standardization in INVD has been removed (see below). The results can now differ from the previous versions. Therefore, the Digital Health help document has been updated.
ODYSSEE Quasar – Solver
- Bug Fixes
- The INVD solver gave different results if the XN file had a different number of cases due to the standardization.
- ext("mining","entropy",matGrey,nintervals,nstart,windowsize, print,lastline,flag,stand,0,mb,OUTPUT) function has an 11th additional argument set by default to 0.
- When calling valueReference = [0] from FMU v3.0 generated by ODYSSEE, an incorrect result was given. From now on, a default 0 value is retrieved.
- With the MLP solver since 2023.2, if the data contained columns full of zeros, 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.
- The Quasar Help document has been updated.
ODYSSEE Nova – Optimizer
Known Bug
- The summarize printed at the end of the log file is not correct if constraints H or G are defined. If you use ODYSSEE Solver directly, to obtain the optimal point open the CSV file nova_results.csv or optimization.csv to find the optimal point among the tested points. This issue does not affect the optimal point presented in ODYSSEE CAE.