Skip to content

Mixed input inducing point allocators#792

Closed
JasonKChow wants to merge 1 commit into
facebookresearch:mainfrom
JasonKChow:export-D73936883
Closed

Mixed input inducing point allocators#792
JasonKChow wants to merge 1 commit into
facebookresearch:mainfrom
JasonKChow:export-D73936883

Conversation

@JasonKChow
Copy link
Copy Markdown
Contributor

Summary:
Add mixed input inducing point allocators. Create two variations to support mixed input variational models. Each allocator combines another alloctor to handle the continuous inducing points.

The SubsetDiscreteAllocator focuses primarily on the continuous allocator. First allowing the continuous alloctor to generate points then randomly selects a discrete points to pair with each continuous point.

The AllDiscreteAllocator focuses on the discrete parameters, creating a continuous inducing point for each possible discrete point given the search space.

Currently no tests validating that these allocators work when using config, will come alongside mixed input models.

Differential Revision: D73936883

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 30, 2025
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D73936883

JasonKChow added a commit to JasonKChow/aepsych that referenced this pull request Apr 30, 2025
Summary:

Add mixed input inducing point allocators. Create two variations to support mixed input variational models. Each allocator combines another alloctor to handle the continuous inducing points.

The SubsetDiscreteAllocator focuses primarily on the continuous allocator. First allowing the continuous alloctor to generate points then randomly selects a discrete points to pair with each continuous point.

The AllDiscreteAllocator focuses on the discrete parameters, creating a continuous inducing point for each possible discrete point given the search space.

Currently no tests validating that these allocators work when using config, will come alongside mixed input models.

Differential Revision: D73936883
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D73936883

JasonKChow added a commit to JasonKChow/aepsych that referenced this pull request Apr 30, 2025
Summary:

Add mixed input inducing point allocators. Create two variations to support mixed input variational models. Each allocator combines another alloctor to handle the continuous inducing points.

The SubsetDiscreteAllocator focuses primarily on the continuous allocator. First allowing the continuous alloctor to generate points then randomly selects a discrete points to pair with each continuous point.

The AllDiscreteAllocator focuses on the discrete parameters, creating a continuous inducing point for each possible discrete point given the search space.

Currently no tests validating that these allocators work when using config, will come alongside mixed input models.

Differential Revision: D73936883
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D73936883

Summary:

Add mixed input inducing point allocators. Create two variations to support mixed input variational models. Each allocator combines another alloctor to handle the continuous inducing points.

The SubsetDiscreteAllocator focuses primarily on the continuous allocator. First allowing the continuous alloctor to generate points then randomly selects a discrete points to pair with each continuous point.

The AllDiscreteAllocator focuses on the discrete parameters, creating a continuous inducing point for each possible discrete point given the search space.

Currently no tests validating that these allocators work when using config, will come alongside mixed input models.

Differential Revision: D73936883
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D73936883

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in 5a5594c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants