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

Simulated Annealing #1455

Merged
merged 32 commits into from
Jun 23, 2022
Merged

Simulated Annealing #1455

merged 32 commits into from
Jun 23, 2022

Commits on Jun 17, 2022

  1. sa

    teytaud committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    14602da View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

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

    teytaud committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    01b3dfe View commit details
    Browse the repository at this point in the history
  3. Register DiscreteDE (#1454)

    This is one of the best algorithms ever for hyperparameter tuning so let us register it.
    teytaud committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    315f620 View commit details
    Browse the repository at this point in the history
  4. fix

    teytaud committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    3a514a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. fix

    teytaud committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    b55fe41 View commit details
    Browse the repository at this point in the history
  2. fix

    teytaud committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    7da1c76 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Fix type

    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    ac851c7 View commit details
    Browse the repository at this point in the history
  2. fix

    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    2dd8e74 View commit details
    Browse the repository at this point in the history
  3. ZZAdding tabu lists (#1456)

    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * Update core.py
    
    * Fix typing
    
    * Dict now
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    174be1e View commit details
    Browse the repository at this point in the history
  4. ZZmerge

    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    6a0686b View commit details
    Browse the repository at this point in the history
  5. fix

    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    258aafd View commit details
    Browse the repository at this point in the history
  6. fix

    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3c7eb72 View commit details
    Browse the repository at this point in the history
  7. Fix num params

    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    765f68b View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into sa

    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    6797311 View commit details
    Browse the repository at this point in the history
  9. Remive duplicate

    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    47fd731 View commit details
    Browse the repository at this point in the history
  10. Update test_callbacks.py

    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d74db31 View commit details
    Browse the repository at this point in the history
  11. Update test_callbacks.py

    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7f25f17 View commit details
    Browse the repository at this point in the history
  12. fix

    teytaud committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    5ebd7dc View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. fix

    teytaud committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    d2a14fa View commit details
    Browse the repository at this point in the history
  2. fix

    teytaud committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    e3272a1 View commit details
    Browse the repository at this point in the history
  3. fix

    teytaud committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    3498776 View commit details
    Browse the repository at this point in the history
  4. Update optimizerlib.py

    teytaud committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    cae1c7a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Update optimizer_groups.txt

    teytaud committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a89d1ba View commit details
    Browse the repository at this point in the history
  2. Update optimizerlib.py

    teytaud committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ad79ccd View commit details
    Browse the repository at this point in the history
  3. Update test_tabu.py

    teytaud committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    cccf2e1 View commit details
    Browse the repository at this point in the history
  4. Update experiments.py

    teytaud committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2b2c4a6 View commit details
    Browse the repository at this point in the history
  5. Update optimizerlib.py

    teytaud committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    0eeb109 View commit details
    Browse the repository at this point in the history
  6. test_sa

    teytaud committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8936887 View commit details
    Browse the repository at this point in the history
  7. fix

    teytaud committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b5ca31e View commit details
    Browse the repository at this point in the history
  8. Update test_suggest.py

    teytaud committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7e7c283 View commit details
    Browse the repository at this point in the history
  9. Update test_tabu.py

    teytaud committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    5284e49 View commit details
    Browse the repository at this point in the history