Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evolutionary based black-box adversarial attack. #2215

Open
wants to merge 19 commits into
base: dev_1.16.0
Choose a base branch
from

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    c921f55 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    b184f4f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    2b79ff1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Update attack_EA.py

    [email protected]
    The style check is done. Redundant parts are removed.
    aliotopal committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c656a5e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Updated attack_EA.py

    Fixed trailing whitespaces, blank lines, missing values errors.
    aliotopal committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    128ba37 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Revised attack_EA.py

    aliotopal committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0394028 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    28ab061 View commit details
    Browse the repository at this point in the history
  2. Update attack_EA.py

    The attack was not compatible with framework libraries, fixed and now works.
    aliotopal committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2584b71 View commit details
    Browse the repository at this point in the history
  3. Update attack_EA.py

    art_2 changed with art
    aliotopal committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    72a635d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Update attack_EA.py

    aliotopal committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9482760 View commit details
    Browse the repository at this point in the history
  2. Updated attack_EA.py

    Style check errors are fixed.
    aliotopal committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    26df544 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Update and rename attack_EA.py to attack_ea.py

    1. module name changed from attack_EA.py to attack_ea
    2. random.shuffle() is removed, it was redundant.
    3. x_ is changed to x_temp
    aliotopal committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e3def4a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Update attack_ea.py

    random.choices() problem is solved.
    aliotopal committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    51530aa View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    aliotopal committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e993a72 View commit details
    Browse the repository at this point in the history
  3. Update attack_ea.py

    aliotopal committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    562e8bf View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    aliotopal committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7aa9ad5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Update attack_ea.py

    aliotopal committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    29364d2 View commit details
    Browse the repository at this point in the history
  2. Update attack_ea.py

    aliotopal committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    49175ac View commit details
    Browse the repository at this point in the history
  3. Update attack_ea.py

    aliotopal committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c6c6b3f View commit details
    Browse the repository at this point in the history