Skip to content
Snippets Groups Projects
  1. Mar 11, 2021
  2. Nov 18, 2020
  3. Nov 17, 2020
  4. Nov 12, 2020
  5. Oct 05, 2020
  6. Oct 02, 2020
  7. Sep 30, 2020
  8. Sep 28, 2020
  9. Sep 24, 2020
  10. Sep 23, 2020
  11. Sep 22, 2020
  12. Apr 21, 2020
  13. Mar 31, 2020
  14. Feb 10, 2020
  15. Dec 18, 2019
  16. Dec 17, 2019
  17. Dec 12, 2019
  18. Dec 05, 2019
  19. Nov 25, 2019
  20. Oct 29, 2019
  21. Oct 08, 2019
    • Mikkel Friis-Møller's avatar
      . · 2e871f80
      Mikkel Friis-Møller authored and Riccardo Riva's avatar Riccardo Riva committed
      New PyWake syntax
      Updated docker image with texlive-latex-extra for PyWake report
      
      removed version from init
      
      types as input
      2e871f80
  22. Oct 04, 2019
  23. Sep 20, 2019
  24. Sep 19, 2019
  25. Sep 17, 2019
    • Mikkel Friis-Møller's avatar
      new load constraint component · 50e60c2a
      Mikkel Friis-Møller authored and Riccardo Riva's avatar Riccardo Riva committed
      Added initial implementation of the predict functions
      
      Fixed pep8
      
      WIP on implementing the evaluation of a surrogate based on a dictionary
      
      Added option for evaluating a surrogate model with a dictionary
      
      Added option for using MinMaxScaler and not only StandardScaler. Improved documentation
      
      Added one more surrogate type, fixed output type and PEP8
      
      Initial implementation of predict_gradient for OpenTURNS metamodels. Improved documentation and clarified names
      
      Bugfix to predict functions and refractoring
      
      Bugfix and improved exceptions
      
      Added documentation for finite differences (to be implemented)
      
      Added implementation for the step size parameters
      
      Added implementation for finite differences
      
      Added step size and output scaling.
      
      Fixed TypeError: 'staticmethod' object is not callable
      thanks to https://stackoverflow.com/a/41921291/3676517
      
      Removed class SurrogateEvaluation and placed all of its content in the load module
      
      new structure to allow for load constraints
      
      finished new structure and updated tests
      
      included aggregated_cost.py
      
      Added function to compute the relative and absolute errors
      
      removed try except from load constraints and added setup requirement: openturns vers. >= 1.13
      
      working on ex 8
      
      Added SurrogateModel class
      
      passing input vals to load component to get the shapes right
      
      Added  warning for extrapolation
      
      Added first test for load module
      
      Added test and fixed a bug
      
      Added another test
      
      Added test for SurrogateModel class
      
      Added first test for predict_gradient() and fixed a bug
      
      Added test for PCE
      
      Fixed test_PCE()
      
      Added test for MLPRegressor
      
      Improved test
      
      Added test for wrong input type
      
      Added test for input domain boundary
      
      Added test for unknown model type
      
      Improved test for PCE and neural network
      
      Added test for input and output scaler
      
      Fixed predict_gradient() if there is an input_scaler. Remove code for finite differences, since they will be computed with OpenMDAO
      
      Fixed ouput_scaler in predict_gradient()
      
      added test of load constraint
      
      Added more test
      
      Improved test
      
      coverage up + pep8
      
      added docstrings
      
      pep8
      
      fixed loose connection of post constraint in some cases
      
      Fixed behavior of scikit-learn neural network in case of 1D output
      
      PEP8
      50e60c2a
    • Pierre-Elouan Rethore's avatar
  26. Sep 12, 2019
Loading