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

54 multiplier models #66

Open
wants to merge 61 commits into
base: 54-multiplier-models
Choose a base branch
from

Commits on Nov 5, 2022

  1. Create multiplier_model.py

    IsitaRex committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    bba4cb1 View commit details
    Browse the repository at this point in the history
  2. Update multiplier_model.py

    IsitaRex committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    e134386 View commit details
    Browse the repository at this point in the history
  3. Update logistic_regression.ipynb

    Black reformatted
    IsitaRex committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    88fdb5f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Create test_multiplier_model.py

    - Create MultiplierModel as instance of multipliers instead of multiplier_model class
    
    - Implement MultiplierModel tests
    IsitaRex committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    d3cb8d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da5de4a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Update multipliers.py

    IsitaRex committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4c8ec04 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    Added MultiplierModel
    IsitaRex committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c26ce46 View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    Added LagrangianModelFormulation
    IsitaRex committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0d3fa08 View commit details
    Browse the repository at this point in the history
  4. Update lagrangian_model.py

    Fix imports
    IsitaRex committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    eef8eb6 View commit details
    Browse the repository at this point in the history
  5. Update multiplier_model.py

    Change meta to metaclass
    IsitaRex committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d1868ce View commit details
    Browse the repository at this point in the history
  6. Update multipliers.py

    IsitaRex committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    cc92995 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    812f54b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4431f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1faa097 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

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

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    fd84696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af39b27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eb714d View commit details
    Browse the repository at this point in the history
  4. Fixed convergence tolerance

    daoterog committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    fcbda77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90eed1d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    883c5c9 View commit details
    Browse the repository at this point in the history
  2. Add missing argument

    daoterog committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    b3075fe View commit details
    Browse the repository at this point in the history
  3. Optimizer pending changes

    daoterog committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ad79921 View commit details
    Browse the repository at this point in the history
  4. Pending todo

    daoterog committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    6de574d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36abc70 View commit details
    Browse the repository at this point in the history
  6. Ignore wandb logs

    daoterog committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    1fe0fc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97c9e88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    183b955 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. New experiment setting

    daoterog committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    38f3841 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    943c46e View commit details
    Browse the repository at this point in the history
  2. Black formatting

    daoterog committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    c129db4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Update model_form_vs_lag_form.py

    Train with one constraint and then add the second one
    IsitaRex committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    af1811e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Add mock model fomulation

    daoterog committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ff3d9e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Fix by black and isort

    IsitaRex committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c4093bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7426ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc894bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26b327e View commit details
    Browse the repository at this point in the history
  5. Black

    IsitaRex committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    9e58b63 View commit details
    Browse the repository at this point in the history
  6. Remove wandb from gitignore

    IsitaRex committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    6248b6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a80910 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3de5a3e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Add missing documentation

    daoterog committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    d2b3a35 View commit details
    Browse the repository at this point in the history
  2. Correct documentation

    daoterog committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    695ed73 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    cceee8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de01f2e View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary TODO

    daoterog committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3304242 View commit details
    Browse the repository at this point in the history
  4. Simplify object for test

    daoterog committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    92143ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8bc041 View commit details
    Browse the repository at this point in the history
  6. Make test more simple

    daoterog committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a643e1a View commit details
    Browse the repository at this point in the history
  7. Formatting

    daoterog committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    cc76eb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Change todo to git username

    daoterog committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    a7b07b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a61dd5 View commit details
    Browse the repository at this point in the history
  3. Fix and add TODOs

    daoterog committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6ef151f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bb3bc3 View commit details
    Browse the repository at this point in the history
  5. Add git username to TODO

    daoterog committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    fdaff32 View commit details
    Browse the repository at this point in the history
  6. Add git username to TODO

    daoterog committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5cd667a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcbff54 View commit details
    Browse the repository at this point in the history
  8. Black fromatting

    daoterog committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    2d47807 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96705a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

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