By signing in you accept the Terms of Use and acknowledge the Privacy Policy and Cookie Policy: https://gitlab.eufus.psnc.pl/-/users/terms

Skip to content
Snippets Groups Projects
  1. Aug 01, 2023
    • KarelLucas's avatar
      Merge 'Active learning NN, collaboration with UKAEA' into 'main' · 85bb6989
      KarelLucas authored
      * Modified `evaluate_network` to process nets with multiple outputs, but still only returns 1 output (first output of given NN)
      * Added 2D relu function (left 1D relu for HornNets)
      * Added function to handle classification NNs
        * `discretize_classifier_output` converts real number output to "indices" based on input thresholds
        * `impose_classifier_constraint` multiples classifier output column with other columns based on map
      * Extended character length of network filename variable to allow longer names
      * Added names, default settings, load function, evaluate function, CLI, and make instructions for new network named `adept`
      * Added git-LFS pointers to new network namelist files
      * Updated `data/README.md` to include new repository for `adept` weights and biases (currently a private repo)
      
      Merge branch 'aaronkho/active_learning_nn' into 'main'
      See merge request qualikiz-group/QLKNN-fortran!48
      85bb6989
    • Aaron Ho's avatar
      Added ADEPT NN option to namelist_tools.py · 1e6c3b88
      Aaron Ho authored
      1e6c3b88
    • Aaron Ho's avatar
      Cosmetic, remove commented out lines · c4c58274
      Aaron Ho authored
      c4c58274
  2. Jul 30, 2023
  3. May 08, 2023
  4. May 04, 2023
  5. Apr 08, 2023
  6. Aug 22, 2022
    • KarelLucas's avatar
      Merge 'Improved MATLAB suite and move to PSNC' into 'main' · de252535
      KarelLucas authored
      * Removes the testing suite at EPFL. Integration tests will stay in RAPTOR
      * Adds a working MATLAB/MEX testing pipeline to the PSNC gitlab
      * Adds deeper Fortran tests for MEXed parts of QLKNN
      * Adds buggy(!) implementation of QLKNN-HornNet to mexed interface; to be tested! Known bugs in there right now!
      * Adds a Jacobian checker in pure Fortran; based on the RAPTOR Jacobian tests
      * Adds tools to write namelists in MATLAB
      
      Merge branch 'karel/mex-hornnet-rebase-rebase-eufus' into 'main'
      See merge request qualikiz-group/QLKNN-fortran!46
      de252535
    • KarelLucas's avatar
      Remove EPFL tests; KISS · 80659402
      KarelLucas authored
      80659402
    • KarelLucas's avatar
      Revert "Enable HornNet tests" · 2fbd0499
      KarelLucas authored
      This reverts commit eea6789b.
      To be re-enabled later
      2fbd0499
  7. Aug 16, 2022
  8. Aug 10, 2022
Loading