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

Deprecation warnings and JADE fix #299

Merged
merged 15 commits into from
Mar 30, 2021

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    365c24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca02a4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d0319c View commit details
    Browse the repository at this point in the history
  4. Code styling reviewed

    sisco0 committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    8532fe7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

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

Commits on Nov 9, 2020

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

Commits on Dec 24, 2020

  1. Merge

    sisco0 committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    a5b4a0f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    7affc1a View commit details
    Browse the repository at this point in the history
  2. Fixed ES warnings

    The warning has been fixed by using the .tolist() function in order for the comparison to be between native Python objects
    sisco0 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    00aa68b View commit details
    Browse the repository at this point in the history
  3. Fixed FA warnings

    Deprecation warnings have been fixed, using dtype for needed arrays
    sisco0 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    e5c753f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Fixed JADE algorithm

    JADE algorithm has been fixed during the test warning fixing stage. It seems that the CrossRandCurr2Pbest function needed a rework, as the third parameter was misused, it needed to be the function evaluations for the population
    sisco0 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    c31a243 View commit details
    Browse the repository at this point in the history
  2. Fixed ASO warnings

    Fixed test warnings for ASO method, there was the need of specifying dtype
    sisco0 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    7dc6d55 View commit details
    Browse the repository at this point in the history
  3. Fix flake8 Linting

    sisco0 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    75f4029 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

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