Skip to content

Conversation

Hrovatin
Copy link
Collaborator

@Hrovatin Hrovatin commented Feb 12, 2025

This can stay a draft until it is validated that the performance improves with this model and that we even want to use it.

Changes:

  • If using multi-task context use MultiTaskGP instead of SingleTaskGP. For MultiTaskGP keep non-TL related components (e.g. base covariance module, mean, likelihood, ...) unchanged compared to previous SingleTaskGP implementation. What changes is the model class and the task kernel is now created automatically within it.
  • Optionally use Stratified output transform

Branch specific benchmarks:

  • 4 settings added as a grid:
    • Use stratified output transform or not (indicated as StratOutTrans0/1).
    • Add source (initial_data) or not to the TL model (indicated as TL- and TL-noSource-).
  • This can be compared to current TL models on the Add benchmarks #491 branch (compare to lines named 10 (10% of source data) or TL for benchmarks where only one source data size was used).

Things to resolve/issues:

@Hrovatin Hrovatin marked this pull request as draft February 12, 2025 11:33
@Hrovatin Hrovatin force-pushed the feature/botorch_multitaskgp branch 3 times, most recently from 973b703 to 75345f5 Compare February 25, 2025 07:49
@AVHopp
Copy link
Collaborator

AVHopp commented May 7, 2025

Being closed in favor of a more up-to-date version #549

@AVHopp AVHopp closed this May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants