Releases: whatsopt/WhatsOpt
Releases · whatsopt/WhatsOpt
1.5.0
- User can use run_screening with --sobol to get Sobol indices
- User can create a metamodel using OpenTURNS polynomial chaos expension algorithm
- User can define uncertain variables to use with OpenTURNS backed methods
- UI: improve analysis edition mode
- Implementation: refactor whatsopt surrogate server
1.4.0
- User can export a discipline from an analysis to another.
- User can copy an analysis.
- Export toolbar moved in Export tab
- Refactor Help menu with WhatsOpt documentation et web services API documentation
- Implementation: Javascript linting, automated review with Codacy
1.3.0
- The user can distribute disciplines on different hosts.
- Parameter initialization is in a separate file 'run_parameters_init.py'
to let the user make parameters study without round trip to WhatsOpt.
Parameters in the end can be uploaded to WhatsOpt application through the command: wop upload 'run_parameters_init.py' - The user can copy an analysis.
- fix bug to take into account solvers options in run scripts.
1.2.0
- The user get quality indices (r2 score) for each surrogates of a metamodel.
- The user can insert a note (free text) attached to a an analysis.
- The user can specify inputs and outputs when creating a metamodel from a DOE.
- Notebooks management is removed
- Implementation: upgrade to rails 6
1.1.0
- Add a service to upload csv data file as an DOE operation result of an existing analysis; otherwise create the corresponding 'ad hoc' analysis
- Add a service to create a kriging metamodel using SMT toolbox from a DOE result and the corresponding one-discipline analysis to allow further operations.