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

Adding multi-fidelity optimizers #127

Open
wants to merge 149 commits into
base: Develop
Choose a base branch
from
Open

Adding multi-fidelity optimizers #127

wants to merge 149 commits into from

Commits on Nov 3, 2021

  1. Implement first concepts of multi-fidelity

    - concept for multi-fidelity trainer
    - concept for successive halving optimizer
    
    Co-authored-by: Lars Gerne <[email protected]>
    TillFetzer and Lars Gerne committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    248c1b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Further working on SH optimizer

    Co-authored-by: Lars Gerne <[email protected]>
    TillFetzer and Lars Gerne committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f8f35ad View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. make trainer evaluation runnable on sh

    Co-authored-by: Lars Gerne <[email protected]>
    TillFetzer and Lars Gerne committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a4306c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. work on sh optimizer & train_statistics

    - sh optimizer: add support for budget type "epoch"
    - train_statistics:  add support to be able to track fidelities
    
    Co-authored-by: Lars Gerne <[email protected]>
    TillFetzer and Lars Gerne committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    fa58c39 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. sh working

    +added hash to dict
    +try different checkpointer
    TillFetzer committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    104432b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. beginn hyperband

    TillFetzer committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ff4c0de View commit details
    Browse the repository at this point in the history
  2. work on sh plot

    for now, just prototyping
    lage2104 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    d4cc57e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    0ef00c5 View commit details
    Browse the repository at this point in the history
  2. work on sh plots & bug fixes in sh optimizer

    Co-authored-by: Lars Gerne <[email protected]>
    TillFetzer and Lars Gerne committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    1471cd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. make HyperBand acces able

    TillFetzer committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    51f2949 View commit details
    Browse the repository at this point in the history
  2. hyperband main code finish

    but one thing make no sense
    TillFetzer committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    732b9e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. fixed config for sh

    Lars Gerne committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    43f5ebc View commit details
    Browse the repository at this point in the history
  2. work on optimizer stats

    Lars Gerne committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    ee11f5b View commit details
    Browse the repository at this point in the history
  3. fixed hyperband calc

    Lars Gerne committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    a02df1a View commit details
    Browse the repository at this point in the history
  4. tested hyperand

    TillFetzer committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    50b776d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    beea9c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. make hb work

    TillFetzer committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    2e475fe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev/lars' into multi-fidelity

    Lars Gerne committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    a665d3a View commit details
    Browse the repository at this point in the history
  3. refactor plot code

    Lars Gerne committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    ecf2641 View commit details
    Browse the repository at this point in the history
  4. refactor sh optimizer & multi-fidelity trainer

    Lars Gerne committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    52eb8f6 View commit details
    Browse the repository at this point in the history
  5. refactor optimizer

    Lars Gerne committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    1b4a258 View commit details
    Browse the repository at this point in the history
  6. refactor demo code for multi-fidelity

    Lars Gerne committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    1a961f6 View commit details
    Browse the repository at this point in the history
  7. refactor multi-fidelity demo and plot

    Lars Gerne committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    f98c658 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    0312d03 View commit details
    Browse the repository at this point in the history
  2. bug fix demo config

    Co-authored-by: Lars Gerne <[email protected]>
    TillFetzer and Lars Gerne committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    2f3abfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f1eb79 View commit details
    Browse the repository at this point in the history
  4. fix config after merging

    TillFetzer committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    7cc1ad2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    473d977 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    03b419e View commit details
    Browse the repository at this point in the history
  2. some cleaning work

    TillFetzer committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    542b42e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. add comment to budget calculation

    Lars Gerne committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    2bfc70b View commit details
    Browse the repository at this point in the history
  2. adapt budget for better compareability

    Lars Gerne committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    53f385c View commit details
    Browse the repository at this point in the history
  3. small bug fix in hb

    TillFetzer committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    17887fd View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. beginn palnning bohb

    TillFetzer committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    cd12c34 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. plan bohb

    TillFetzer committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    7c8e9fa View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. merged

    Lars Gerne committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    31cd19a View commit details
    Browse the repository at this point in the history
  2. add optimizer stats to hb

    Lars Gerne committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    6814716 View commit details
    Browse the repository at this point in the history
  3. fix optimizer stats for hb

    Lars Gerne committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    59a034c View commit details
    Browse the repository at this point in the history
  4. delete obsolete function from mf plots

    Lars Gerne committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    71d9dbf View commit details
    Browse the repository at this point in the history
  5. add hb plot function

    Lars Gerne committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    2e3d6ed View commit details
    Browse the repository at this point in the history
  6. codestyle on sh optimizer

    Lars Gerne committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    0c9ad2d View commit details
    Browse the repository at this point in the history
  7. codestyle of multifidelity trainer class

    Lars Gerne committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    17cc12c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

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

Commits on Dec 10, 2021

  1. opti

    TillFetzer committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    904d914 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. fix get finial archietktur

    TillFetzer committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    45c3854 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. start to train

    TillFetzer committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    4ae6d03 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. tpe in predictor

    TillFetzer committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    149c51f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. learned kde

    TillFetzer committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    16f05eb View commit details
    Browse the repository at this point in the history
  2. delete old files

    TillFetzer committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    2cccd52 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. beginn sample

    TillFetzer committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    db3e543 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. tpe further work

    TillFetzer committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    f76ceeb View commit details
    Browse the repository at this point in the history
  2. hb fix

    TillFetzer committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    c7d11d7 View commit details
    Browse the repository at this point in the history
  3. work on sh

    Lars Gerne committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    9b713cb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev/lars' into multi-fidelity

    Lars Gerne committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    19f60fb View commit details
    Browse the repository at this point in the history
  5. group work on plot

    TillFetzer committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    54ab59e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. make bohb extra

    TillFetzer committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    2ac1631 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. correct path for saving stats

    Lars Gerne committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    835c0f8 View commit details
    Browse the repository at this point in the history
  2. fix hb plot

    Lars Gerne committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    1f94498 View commit details
    Browse the repository at this point in the history
  3. fix optimizer stats

    Lars Gerne committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    492cc12 View commit details
    Browse the repository at this point in the history
  4. fix plots and stats

    Lars Gerne committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    258e094 View commit details
    Browse the repository at this point in the history
  5. bohb own script

    TillFetzer committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    ac1c250 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. create plot for bohb

    TillFetzer committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    32b798b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    310d9af View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. work on benchmark setup

    Lars Gerne committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    c007bd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. further improvments on experimental setup

    Lars Gerne committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    c9d0fc4 View commit details
    Browse the repository at this point in the history
  2. config inconsquent in tpe

    TillFetzer committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    9a91f56 View commit details
    Browse the repository at this point in the history
  3. make bohb runnin againn

    TillFetzer committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    935ebd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. update sh to use max_budget

    Lars Gerne committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    c2c46e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. bug fix on sh optimizer

    Lars Gerne committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    436396b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. fix in sh optimizer

    Lars Gerne committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    a01ad47 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. work on sh train time

    Lars Gerne committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    1545afb View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

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

Commits on Feb 15, 2022

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

Commits on Feb 17, 2022

  1. nas-bench-x11 clone

    TillFetzer committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    936a7da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a701cf View commit details
    Browse the repository at this point in the history
  3. add parameter for multi-fidelity methods

    Lars Gerne committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    1672c18 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev/lars' into multi-fidelity

    Lars Gerne committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ff53bca View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. set up benchmark setup

    Lars Gerne committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    a777c49 View commit details
    Browse the repository at this point in the history
  2. sh works

    TillFetzer committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    d734183 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. preparing benchmarks

    Lars Gerne committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    fa87aa6 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. add new runner for mf

    Lars Gerne committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    e3b4a1d View commit details
    Browse the repository at this point in the history
  2. improvements in sbatch submit for mf experiments

    Lars Gerne committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    16604a6 View commit details
    Browse the repository at this point in the history
  3. fix bug in sbatch

    Lars Gerne committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    d67e7c1 View commit details
    Browse the repository at this point in the history
  4. fix variable

    Lars Gerne committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    97c18e8 View commit details
    Browse the repository at this point in the history
  5. fix runner for sbatch

    Lars Gerne committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    871003f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. config change

    TillFetzer committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    ef2cb26 View commit details
    Browse the repository at this point in the history
  2. adapt sh configs

    Lars Gerne committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    b9df6cc View commit details
    Browse the repository at this point in the history
  3. claculate training time

    TillFetzer committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c6b3443 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    983d691 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. ram little bit memory opt

    TillFetzer committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ef8db00 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. adapt sbatch submission

    Lars Gerne committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a83b171 View commit details
    Browse the repository at this point in the history
  2. fixed runner

    gernel committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a7543a7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'multi-fidelity' of github.com:automl/NASLib into multi-…

    …fidelity
    gernel committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    61c4022 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. fix sbatch

    gernel committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6c5289a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. test

    TillFetzer committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    39d5b42 View commit details
    Browse the repository at this point in the history
  2. config

    TillFetzer committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    4c7da87 View commit details
    Browse the repository at this point in the history
  3. config two

    TillFetzer committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    c9218ef View commit details
    Browse the repository at this point in the history
  4. clean history remove

    TillFetzer committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    a8d8dc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. add submission script

    Lars Gerne committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8155665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2d172b View commit details
    Browse the repository at this point in the history
  3. doubble import

    TillFetzer committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    f62d4d2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev/till' into multi-fidelity

    Lars Gerne committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    bac6cf1 View commit details
    Browse the repository at this point in the history
  5. fixed config script

    Lars Gerne committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    a1a54fc View commit details
    Browse the repository at this point in the history
  6. fix range in config

    Lars Gerne committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ac8e3d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. fix old runner

    gernel committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    47239d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. add plots for mf

    Lars Gerne committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    9807041 View commit details
    Browse the repository at this point in the history
  2. tpe remove

    TillFetzer committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    cb5f3f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    666ce8c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. plt opti

    TillFetzer committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    c1d30b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. fix random seed & num_config from config

    Lars Gerne committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4086073 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. bug fix in bohb & change config creation

    Lars Gerne committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    308c24a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. fix experimental setup

    Lars Gerne committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    27d3a9b View commit details
    Browse the repository at this point in the history
  2. bug fix in dehb optimizer & mf runner

    Lars Gerne committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f01cbba View commit details
    Browse the repository at this point in the history
  3. Merge branch 'multi-fidelity' of github.com:automl/NASLib into multi-…

    …fidelity
    Lars Gerne committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    b47c1fb View commit details
    Browse the repository at this point in the history
  4. plot further work

    TillFetzer committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    08d0a06 View commit details
    Browse the repository at this point in the history
  5. fix seed

    TillFetzer committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    79c7423 View commit details
    Browse the repository at this point in the history
  6. fix range for mutate_prob

    Lars Gerne committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    23f86e1 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'multi-fidelity' of github.com:automl/NASLib into multi-…

    …fidelity
    Lars Gerne committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    b535988 View commit details
    Browse the repository at this point in the history
  8. fix number

    TillFetzer committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    64992b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3bc42c4 View commit details
    Browse the repository at this point in the history
  10. merge

    TillFetzer committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    85a8ba9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. hpo block

    TillFetzer committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    aa2b49d View commit details
    Browse the repository at this point in the history
  2. hpo

    TillFetzer committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    baa3b1b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. changes overt time

    TillFetzer committed May 11, 2022
    Configuration menu
    Copy the full SHA
    45d5276 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. add to our experiments

    TillFetzer committed May 13, 2022
    Configuration menu
    Copy the full SHA
    31fb115 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. fix lab mixed up

    TillFetzer committed May 21, 2022
    Configuration menu
    Copy the full SHA
    aed5c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27bd186 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d9be5a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. debug

    TillFetzer committed May 22, 2022
    Configuration menu
    Copy the full SHA
    14840fa View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. work on optimizer plot & improve mf-optimizers

    Lars Gerne committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    bf1c03f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'multi-fidelity' of github.com:automl/NASLib into multi-…

    …fidelity
    Lars Gerne committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a167037 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. adapt train time

    Lars Gerne committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    9faed3b View commit details
    Browse the repository at this point in the history
  2. adapt min budget

    Lars Gerne committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bceddf7 View commit details
    Browse the repository at this point in the history
  3. fix train time calculation

    Lars Gerne committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    ed96cb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. fix min budget

    Lars Gerne committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    1abd9d1 View commit details
    Browse the repository at this point in the history
  2. implement kde for asr

    Lars Gerne committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    892299a View commit details
    Browse the repository at this point in the history
  3. adapt kde to asr

    TillFetzer committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    3b806c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. set fix seed for asr query

    Lars Gerne committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8e2b6e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. comment in hb optimizer

    Lars Gerne committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    28e7004 View commit details
    Browse the repository at this point in the history
  2. delete obsolete files

    Lars Gerne committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    f6533b0 View commit details
    Browse the repository at this point in the history
  3. code cleanup for trainer and multifidelity methods

    Lars Gerne committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    3ffd401 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. adapt train time in nasbenchasr

    Lars Gerne committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    e4c47ad View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. removing prints

    Lars Gerne committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    91a2ccc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. plots generatisation

    TillFetzer committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    00b7c7b View commit details
    Browse the repository at this point in the history
  2. plots

    TillFetzer committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    6aeeaa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. optimize mf experimental setup

    Lars Gerne committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a7cdffb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'multi-fidelity' of github.com:automl/NASLib into multi-…

    …fidelity
    Lars Gerne committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c5bb566 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. cleanup

    Lars Gerne committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    4744dcf View commit details
    Browse the repository at this point in the history
  2. preparing pull request

    Lars Gerne committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    1cdd513 View commit details
    Browse the repository at this point in the history