Skip to content
Snippets Groups Projects
  1. Mar 15, 2024
  2. Mar 08, 2024
  3. Mar 06, 2024
  4. Dec 12, 2023
  5. Sep 29, 2023
  6. May 17, 2023
  7. May 09, 2023
  8. May 05, 2023
  9. Mar 13, 2023
  10. Feb 08, 2023
  11. Jan 19, 2023
  12. Jan 10, 2023
  13. Dec 19, 2022
  14. Nov 26, 2022
    • Michele Alberti's avatar
      [dataset] Rework minmax scaling. · c40f5194
      Michele Alberti authored
      - Parameter min and max of min_max_scale are now the intended final range
      - Add clip parameter to min_max_scale stdlib function (if enabled, clipping is
        also done after the added perturbation)
      c40f5194
  15. Oct 28, 2022
    • Michele Alberti's avatar
      Add simple csv dataset support by means of vnnlib language. · 3d666199
      Michele Alberti authored
      - Add support for neural network as array in language.ml
      - Translate csv record as vnnlib constraints in dataset.ml
      - Add simple dataset normalization functionalities in dataset.ml
      - Add vnnlib printer (as smtlib printer with direct real support)
      - Add vnnlib driver for PyRAT
      - Rework onnx and nnet parsers to not fail on non-mandatory information
      3d666199
Loading