Releases: BjoernLudwigPTB/lp_nn_robustness_verification
Releases · BjoernLudwigPTB/lp_nn_robustness_verification
v0.8.0
Feature
- CITATION: Introduce reference to PySCIPOpt and data (
4c1d4bb
) - timing_evaluation notebook: Introduce timing evaluation in jupyter notebook (
a84e2cf
)
Fix
- pre_processing: Replace z_i by theta_i in the calculation of xi_i (
cc1d9c8
) - Adapt all calls of ZeMASamples to most recent version v0.7.0 of zema_emc_annotated (
6807f6b
)
Documentation
- timing_evaluation notebook: Introduce timing evaluation jupyter notebook (
56e7bcb
)
v0.7.0
v0.6.1
v0.6.0
v0.5.0
Feature
- activation_functions: Introduce Identity activation function (
9dac464
) - linear_program: Replace auxiliary variable by direct objective and thus fix residing issue (
27021f4
) - linear_program: Introduce generic base class and two classes for original and adapted problem (
a17389e
) - data_types: Introduce IndexAndSeed data_type for streamlined implementation of example (
03c5123
) - examples: Introduce task id parameter to parallelize and streamline implementation (
e82582b
) - examples: Introduce script to find valid combinations of seeds, samples, sizes and depths (
954d204
) - data_types: Capture the index of the valid samples from the ZeMA dataset (
c50a8f6
)
Documentation
- linear_inclusion notebook: Update with most recent version of zema_emc_annotated (
10e9b69
)