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

Categorical trust regions #865

Merged
merged 68 commits into from
Aug 27, 2024
Merged

Categorical trust regions #865

merged 68 commits into from
Aug 27, 2024

Commits on Jul 26, 2024

  1. CategoricalSearchSpace

    Uri Granta committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c82a549 View commit details
    Browse the repository at this point in the history
  2. Fix AutoGraph error

    Uri Granta committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    260fff7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. EncoderFunction

    Uri Granta committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    976953f View commit details
    Browse the repository at this point in the history
  2. Move one hot encoder to space.py

    Uri Granta committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2a863b5 View commit details
    Browse the repository at this point in the history
  3. DiscreteSearchSpaceABC

    Uri Granta committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5e3cae0 View commit details
    Browse the repository at this point in the history
  4. Support one-hot encoding mixed search spaces

    Uri Granta committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    33aa239 View commit details
    Browse the repository at this point in the history
  5. Not yet using latest gpflow

    Uri Granta committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5e135eb View commit details
    Browse the repository at this point in the history
  6. mypy

    Uri Granta committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8a541a1 View commit details
    Browse the repository at this point in the history
  7. Refactor to allow categorical TR spaces

    Uri Granta committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6bc5d4d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Add more tests

    Uri Granta committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    74122e5 View commit details
    Browse the repository at this point in the history
  2. More tests

    Uri Granta committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d0f9376 View commit details
    Browse the repository at this point in the history
  3. Test to_tags

    Uri Granta committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6d2a4e9 View commit details
    Browse the repository at this point in the history
  4. has_bounds property

    Uri Granta committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c0cfd42 View commit details
    Browse the repository at this point in the history
  5. encode_query_points decorator

    Uri Granta committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9c588a9 View commit details
    Browse the repository at this point in the history
  6. Encode some more query points

    Uri Granta committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e6a0692 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Categorical Trust Regions

    Uri Granta committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    003d8a7 View commit details
    Browse the repository at this point in the history
  2. Tweaks

    Uri Granta committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    25d20ca View commit details
    Browse the repository at this point in the history
  3. Categorical search spaces

    Uri Granta committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    69e7c0b View commit details
    Browse the repository at this point in the history
  4. Remove superfluous encodings

    Uri Granta committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c071112 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Migrate to encode method

    Uri Granta committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    563e765 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Experiment with encoded model approaches

    Uri Granta committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6acd6b7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'uri/categorical_search_spaces' into uri/experiment_with…

    …_encoded_models
    Uri Granta committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d864468 View commit details
    Browse the repository at this point in the history
  3. Fix typing

    Uri Granta committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d8be1b7 View commit details
    Browse the repository at this point in the history
  4. Better name

    Uri Granta committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cd9b89e View commit details
    Browse the repository at this point in the history
  5. Make encoded methods final

    Uri Granta committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7a0dde0 View commit details
    Browse the repository at this point in the history
  6. Docstrings

    Uri Granta committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5867830 View commit details
    Browse the repository at this point in the history
  7. EncodedFastUpdateModel

    Uri Granta committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    110fc28 View commit details
    Browse the repository at this point in the history
  8. Missed finals

    Uri Granta committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    b05d413 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. inherit_check_shapes

    Uri Granta committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    485e284 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Review comments

    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1209ff4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'uri/categorical_search_spaces' into uri/experiment_with…

    …_encoded_models
    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a6a9545 View commit details
    Browse the repository at this point in the history
  3. Remove trust region rule changes

    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ef78736 View commit details
    Browse the repository at this point in the history
  4. Revert "Remove trust region rule changes"

    This reverts commit ef78736.
    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f97d062 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3612083 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'uri/experiment_with_encoded_models' into uri/categorica…

    …l_trust_regions
    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    14e2710 View commit details
    Browse the repository at this point in the history
  7. Optimize GeneralDiscreteSearchSpaces

    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    eee39cc View commit details
    Browse the repository at this point in the history
  8. Merge branch 'uri/experiment_with_encoded_models' into uri/categorica…

    …l_trust_regions
    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ee04910 View commit details
    Browse the repository at this point in the history
  9. Use float indices to support product search spaces

    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b13c147 View commit details
    Browse the repository at this point in the history
  10. Test non-integer indices

    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    63b62b1 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'uri/categorical_search_spaces' into uri/experiment_with…

    …_encoded_models
    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d162eff View commit details
    Browse the repository at this point in the history
  12. Merge branch 'uri/categorical_search_spaces' into uri/categorical_tru…

    …st_regions
    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ad3e5ca View commit details
    Browse the repository at this point in the history
  13. Docstring example

    Uri Granta committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fc8b5df View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge branch 'uri/categorical_search_spaces' into uri/experiment_with…

    …_encoded_models
    Uri Granta committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ed45943 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'uri/experiment_with_encoded_models' into uri/categorica…

    …l_trust_regions
    Uri Granta committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    df56c13 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/develop' into uri/experiment_wit…

    …h_encoded_models
    Uri Granta committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3d2b286 View commit details
    Browse the repository at this point in the history
  4. Add a few unit tests

    Uri Granta committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    78ca4ed View commit details
    Browse the repository at this point in the history
  5. mypy

    Uri Granta committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d3254f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Check we can use Embedding layer as an encoder

    Uri Granta committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    355d9e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    ab37c52 View commit details
    Browse the repository at this point in the history
  2. Encode initial model data too

    Uri Granta committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8a8dcd8 View commit details
    Browse the repository at this point in the history
  3. Custom gpr kernel

    Uri Granta committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1ea01df View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/develop' into uri/experiment_wit…

    …h_encoded_models
    Uri Granta committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    073c95e View commit details
    Browse the repository at this point in the history
  5. Consistent dtype in encoder unit test

    Uri Granta committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    09c727e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge branch 'uri/experiment_with_encoded_models' into uri/categorica…

    …l_trust_regions
    Uri Granta committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1546cce View commit details
    Browse the repository at this point in the history
  2. Eps

    Uri Granta committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    cc018c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. one_hot_encoded_space

    Uri Granta committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d39679b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Couple of unit tests

    Uri Granta committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b682395 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Adress review comments

    Uri Granta committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d4949ec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'uri/experiment_with_encoded_models' into uri/categorica…

    …l_trust_regions
    Uri Granta committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4833999 View commit details
    Browse the repository at this point in the history
  3. Unit test

    Uri Granta committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bd6ed69 View commit details
    Browse the repository at this point in the history
  4. Fix typo and hidden optimizer issue

    Uri Granta committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bba0f1b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'uri/experiment_with_encoded_models' into uri/categorica…

    …l_trust_regions
    Uri Granta committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4b77fd8 View commit details
    Browse the repository at this point in the history
  6. Integration test and fix thompson sampling

    Uri Granta committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d1cb88f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge remote-tracking branch 'origin/develop' into uri/categorical_tr…

    …ust_regions
    Uri Granta committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e91ce75 View commit details
    Browse the repository at this point in the history
  2. See whether increasing steps fixes test_old

    Uri Granta committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c48a40a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Review comments

    Uri Granta committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    31fb555 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Switch num_steps

    Uri Granta committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e2e1a06 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Revert to 8

    Uri Granta committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    2b64c8f View commit details
    Browse the repository at this point in the history