Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add files via upload Added assignment and store-into-other NLR tests for every activation function. * Revert last change. * Added assginment, store-into-other NLR tests for every activation function. * Add files via upload 0-2-0: Implementing layer simulations for every activation function. * Add files via upload 0-2-1: Testing layer simulations for every activation function. * Add files via upload 0-3-0: Implementing interval arithmetic for all activation functions. * Add files via upload 0-3-1: Adding interval arithmetic tests for all activation functions. * 0-4-0: Implementing symbolic bound tightening for every activation function. 0-4-0: Implementing symbolic bound tightening for every activation function. * 0-4-1: Adding symbolic bound tightening tests for all activation functions. 0-4-1: Adding symbolic bound tightening tests for all activation functions. * 0-5-0: Adding rounding constant for LP relaxation propagation. 0-5-0: Adding rounding constant for LP relaxation propagation. * 0-5-1: Implementing forward-backward LP propagation algorithm for all activation functions. 0-5-1: Implementing forward-backward LP propagation algorithm for all activation functions. * 0-5-2: Adding forward-backward LP propagation tests for all activation functions. 0-5-2: Adding forward-backward LP propagation tests for all activation functions. * 0-5---3: Minor fix. 0-5---3: Minor fix. * 0-5--4: Another fix. 0-5--4: Another fix. * 0-5---5: Fixing fix 0-5--4 for this branch. 0-5---5: Fixing fix 0-5--4 for this branch. * 0-5---6: Corrections in Backward-Forward Algorithm, SBT 0-5--6: Changes in Backward-Forward Algorithm: - Bug fixes: Sigmoid (wrong bias for bounds, unlike in DeepPoly), Softmax (missing two assignments lead to NaN values when bounds equal zero). - Improvements: Absolute Value, Round (stricter initial range for target variable). - Minor fixes: Bilinear (removed unnecessary epsilon and unused variable). Changes in SBT: - Same Bilinear minor fix. * 0-5--7: clang-format * Update CHANGELOG.md * Update OptionParser.cpp --------- Co-authored-by: Haoze(Andrew) Wu <[email protected]>
- Loading branch information